Skip to content

Commit 8e3fdc4

Browse files
committed
refactor(x/foundation): fix for lint ci of unused variable(which is deprecated)
1 parent d284d72 commit 8e3fdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x/foundation/keeper/keys.go

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var (
2525

2626
// deprecatedGovMintKey Deprecated. Don't use it again.
2727
deprecatedGovMintKey = []byte{0x40}
28+
_ = deprecatedGovMintKey
2829
)
2930

3031
// must be constant

0 commit comments

Comments
 (0)