Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Jul 18, 2021
1 parent 67b5960 commit f3aeb56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/bank/migrations/v043/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import (
"github.com/cosmos/cosmos-sdk/types/address"
)

const (
ModuleName = "bank"
)

var (
SupplyKey = []byte{0x00}
BalancesPrefix = []byte{0x02}
Expand Down

0 comments on commit f3aeb56

Please sign in to comment.