Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Feb 29, 2024
1 parent 4d6d206 commit a13c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bankplus/migrations/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package v1

import sdk "github.com/cosmos/cosmos-sdk/types"

// Keys for bankplus store but this prefix must not be overlap with bank key prefix.
// InactiveAddrsKeyPrefix Keys for bankplus store but this prefix must not be overlap with bank key prefix.
var InactiveAddrsKeyPrefix = []byte{0xa0}

// InactiveAddrKey key of a specific inactiveAddr from store
Expand Down

0 comments on commit a13c9a3

Please sign in to comment.