Skip to content

Commit 4e098ab

Browse files
committed
chore: ignore irrelevant linter warning
1 parent 943951a commit 4e098ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rolling-shutter/app/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type GenesisAppState struct {
2525

2626
func NewGenesisAppState(keypers []common.Address, threshold int, initialEon uint64, forkHeights *ForkHeights) GenesisAppState {
2727
appState := GenesisAppState{
28-
Threshold: uint64(threshold),
28+
Threshold: uint64(threshold), //nolint:gosec // G115
2929
InitialEon: initialEon,
3030
ForkHeights: forkHeights,
3131
}

0 commit comments

Comments
 (0)