diff --git a/x/fungible/keeper/migrator.go b/x/fungible/keeper/migrator.go index 2a4be8ad17..011b284074 100644 --- a/x/fungible/keeper/migrator.go +++ b/x/fungible/keeper/migrator.go @@ -20,6 +20,5 @@ func NewMigrator(keeper Keeper) Migrator { // Migrate2to3 migrates the store from consensus version 2 to 3 func (m Migrator) Migrate2to3(ctx sdk.Context) error { - ctx.Logger().Info("Migrating fungible module from v2 to v3") return v3.MigrateStore(ctx, m.fungibleKeeper) } diff --git a/x/fungible/migrations/v3/migrate_test.go b/x/fungible/migrations/v3/migrate_test.go index f1561e2c56..767c9d7eb2 100644 --- a/x/fungible/migrations/v3/migrate_test.go +++ b/x/fungible/migrations/v3/migrate_test.go @@ -31,7 +31,7 @@ func TestMigrateStore(t *testing.T) { "", "Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Vp2KGtKJr", "BrS9iNMC3y8J4QTmCz8VrGrYepdoxXYvKxcDMiixwLn5", - "0x999999CF1046E68E36E1AA2E0E07105EDDD1F08E", // uppcase + "0x999999CF1046E68E36E1AA2E0E07105EDDD1F08E", // uppercase }, expectedList: []string{ "",