From 77872fe973ac609582ff90ab8de002cf78b7d74b Mon Sep 17 00:00:00 2001 From: "jaeseung.bae" Date: Mon, 13 May 2024 11:06:39 +0900 Subject: [PATCH] chore: lint fix --- crypto/keys/multisig/codec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/keys/multisig/codec.go b/crypto/keys/multisig/codec.go index 7a18b51aed..2153acfb79 100644 --- a/crypto/keys/multisig/codec.go +++ b/crypto/keys/multisig/codec.go @@ -15,6 +15,7 @@ const ( PubKeyAminoRoute = "tendermint/PubKeyMultisigThreshold" ) +// nolint // Deprecated: Amino is being deprecated in the SDK. But even if you need to // use Amino for some reason, please use `codec/legacy.Cdc` instead. var AminoCdc = codec.NewLegacyAmino()