Skip to content

Commit

Permalink
Include tracerConfig in created tracing test (ethereum#30364)
Browse files Browse the repository at this point in the history
Fixes the tracer test filler for when there is tracerConfig.
  • Loading branch information
karlb authored and zfy0701 committed Dec 3, 2024
1 parent c111fcd commit 2d0e0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/tracers/internal/tracetest/makeTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ var makeTest = function(tx, traceConfig) {
context: context,
input: eth.getRawTransaction(tx),
result: result,
tracerConfig: traceConfig.tracerConfig,
}, null, 2));
}

0 comments on commit 2d0e0f0

Please sign in to comment.