Skip to content

Commit

Permalink
Update x/erc20/migrations/v8/keys.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nulnut authored Oct 25, 2024
1 parent a08a11b commit ebae607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/erc20/migrations/v8/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (m Migrator) migrateTokenPair(ctx sdk.Context, store storetypes.KVStore) er
if err := m.keeper.ERC20Token.Set(ctx, tokenPair.Denom, tokenPair); err != nil {
return err
}
store.Delete(iterator.Key())
}
return nil
}
Expand Down

0 comments on commit ebae607

Please sign in to comment.