diff --git a/modules/evm/state_transition.go b/modules/evm/state_transition.go index f710dc47d..e3e1e3899 100644 --- a/modules/evm/state_transition.go +++ b/modules/evm/state_transition.go @@ -125,7 +125,6 @@ func (k *Keeper) ApplyTransaction(ctx sdk.Context, tx *ethtypes.Transaction, fee 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()) } } if feePayerAddr != "" {