Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Mar 13, 2024
1 parent c6ab87a commit 3eb91a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/evm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func (k *Keeper) GetKeysToNonces() map[tmtypes.TxKey]*AddressNoncePair {

// Only usd in ETH replay
func (k *Keeper) PrepareReplayedAddr(ctx sdk.Context, addr common.Address) {
fmt.Println("In PrepareReplayedAddr, EthReplayConfig.Enabled is", k.EthReplayConfig.Enabled)
if !k.EthReplayConfig.Enabled {
return
}
Expand Down

0 comments on commit 3eb91a9

Please sign in to comment.