diff --git a/x/evm/keeper/state_transition.go b/x/evm/keeper/state_transition.go index a927197c..5e602a7d 100644 --- a/x/evm/keeper/state_transition.go +++ b/x/evm/keeper/state_transition.go @@ -275,7 +275,6 @@ func (k *Keeper) ApplyTransaction(ctx sdk.Context, msgEth *types.MsgEthereumTx) commit() // Since the post-processing can alter the log, we need to update the result res.Logs = types.NewLogsFromEth(receipt.Logs) - // ctx.EventManager().EmitEvents(tmpCtx.EventManager().Events()) } }