chore: fix nolint comments (#17644)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user