Skip to content

Commit

Permalink
Revert "pass EvmWorldStateUpdater to tracer at end of transaction (#53)…
Browse files Browse the repository at this point in the history
…" (#54)

This reverts commit 139a0f1.
  • Loading branch information
lu-pinto authored Nov 9, 2024
1 parent 139a0f1 commit 98b6bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ public TransactionProcessingResult processTransaction(
coinbase.incrementBalance(coinbaseWeiDelta);

operationTracer.traceEndTransaction(
evmWorldUpdater.updater(),
worldUpdater,
transaction,
initialFrame.getState() == MessageFrame.State.COMPLETED_SUCCESS,
initialFrame.getOutputData(),
Expand Down

0 comments on commit 98b6bef

Please sign in to comment.