Skip to content

Commit

Permalink
refactor(x/foundation): fix for lint ci of unused variable(which is d…
Browse files Browse the repository at this point in the history
…eprecated)
  • Loading branch information
jaeseung-bae committed Jan 2, 2023
1 parent d284d72 commit 8e3fdc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/foundation/keeper/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (

// deprecatedGovMintKey Deprecated. Don't use it again.
deprecatedGovMintKey = []byte{0x40}
_ = deprecatedGovMintKey
)

// must be constant
Expand Down

0 comments on commit 8e3fdc4

Please sign in to comment.