chore: Fix comment on DenomMetadata for 0.44 (#10408)

Probably a leftover from 0.44 -> 0.45 renaming. Just verified the double key is still there two times in the key in simapp 0.44.2.
This commit is contained in:
Simon Warta 2021-10-20 17:34:21 +02:00 committed by GitHub
parent 053e827a47
commit bbe724ea56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)