Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 9, 2024
1 parent 8311d28 commit 906ec5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/evm/keeper/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
}

Expand Down

0 comments on commit 906ec5c

Please sign in to comment.