Skip to content

Commit

Permalink
remove duplicated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 11, 2024
1 parent 83aae7c commit 4847543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion x/fungible/keeper/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion x/fungible/migrations/v3/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestMigrateStore(t *testing.T) {
"",
"Gh9ZwEmdLJ8DscKNTkTqPbNwLNNBjuSzaG9Vp2KGtKJr",
"BrS9iNMC3y8J4QTmCz8VrGrYepdoxXYvKxcDMiixwLn5",
"0x999999CF1046E68E36E1AA2E0E07105EDDD1F08E", // uppcase
"0x999999CF1046E68E36E1AA2E0E07105EDDD1F08E", // uppercase
},
expectedList: []string{
"",
Expand Down

0 comments on commit 4847543

Please sign in to comment.