We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d284d72 commit 8e3fdc4Copy full SHA for 8e3fdc4
x/foundation/keeper/keys.go
@@ -25,6 +25,7 @@ var (
25
26
// deprecatedGovMintKey Deprecated. Don't use it again.
27
deprecatedGovMintKey = []byte{0x40}
28
+ _ = deprecatedGovMintKey
29
)
30
31
// must be constant
0 commit comments