Skip to content

Commit

Permalink
fix Evm tool
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Nov 5, 2024
1 parent 793d085 commit a4fd1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Evm/T8n/T8nExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static T8nResult Execute(T8nCommandArguments arguments)

blockReceiptsTracer.StartNewTxTrace(transaction);
TransactionResult transactionResult = transactionProcessor
.Execute(transaction, new BlockExecutionContext(block.Header), blockReceiptsTracer);
.Execute(transaction, new BlockExecutionContext(block.Header, test.Spec), blockReceiptsTracer);
blockReceiptsTracer.EndTxTrace();

transactionExecutionReport.ValidTransactions.Add(transaction);
Expand Down

0 comments on commit a4fd1ef

Please sign in to comment.