chore: fix nolint comments (#17644)

This commit is contained in:
Oleg Kovalov
2023-09-06 21:32:11 +00:00
committed by GitHub
parent 87328388eb
commit 7ff1ae999a
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func NewKeeper(cdc codec.BinaryCodec, legacyAmino *codec.LegacyAmino, storeServi
sb,
types.ValidatorSigningInfoKeyPrefix,
"validator_signing_info",
sdk.LengthPrefixedAddressKey(sdk.ConsAddressKey), // nolint: staticcheck // sdk.LengthPrefixedAddressKey is needed to retain state compatibility
sdk.LengthPrefixedAddressKey(sdk.ConsAddressKey), //nolint: staticcheck // sdk.LengthPrefixedAddressKey is needed to retain state compatibility
codec.CollValue[types.ValidatorSigningInfo](cdc),
),
AddrPubkeyRelation: collections.NewMap(