Skip to content

Commit

Permalink
refactor: remove before release testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 15, 2024
1 parent 2b89eb8 commit 1a3c5c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bech32-migration/transfermiddleware/transfermiddleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ func MigrateAddressBech32(ctx sdk.Context, storeKey storetypes.StoreKey, cdc cod
newPrefixAddr := utils.ConvertAccAddr(trimedAddr)
store.Set(types.GetKeyByRlyAddress(newPrefixAddr), relayAddressPrefix)
}
if allowRelayAddressCount == 0 {
// TODO: only using in localtest
store.Set(types.GetKeyByRlyAddress("pica12smx2wdlyttvyzvzg54y2vnqwq2qjate0ww798"), relayAddressPrefix)
}

ctx.Logger().Info(
"Migration of address bech32 for transfermiddleware module done",
Expand Down

0 comments on commit 1a3c5c2

Please sign in to comment.