Skip to content

Commit

Permalink
Merge branch 'master' into implement-nft-msgServer
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Oct 20, 2021
2 parents d523160 + bbe724e commit c698e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bank/migrations/v045/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestMigrateDenomMetaData(t *testing.T) {

for i := range []int{0, 1} {
key := append(v043.DenomMetadataPrefix, []byte(metaData[i].Base)...)
// keys before 0.44 had denom two times in the key
// keys before 0.45 had denom two times in the key
key = append(key, []byte(metaData[i].Base)...)
bz, err := encCfg.Codec.Marshal(&metaData[i])
require.NoError(t, err)
Expand Down

0 comments on commit c698e31

Please sign in to comment.