Skip to content

Commit 803a5e9

Browse files
karlbziogaschr
authored andcommitted
Include tracerConfig in created tracing test (#30364)
Fixes the tracer test filler for when there is tracerConfig.
1 parent ee73afa commit 803a5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth/tracers/internal/tracetest/makeTest.js

+1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ var makeTest = function(tx, traceConfig) {
4949
context: context,
5050
input: eth.getRawTransaction(tx),
5151
result: result,
52+
tracerConfig: traceConfig.tracerConfig,
5253
}, null, 2));
5354
}

0 commit comments

Comments
 (0)