Skip to content

Commit af6c09a

Browse files
gzliudankarlb
andauthored
eth/tracers/internal/tracetest: include tracerConfig in created tracing test ethereum#30364 (#1487)
Fixes the tracer test filler for when there is tracerConfig. Co-authored-by: Karl Bartel <[email protected]>
1 parent f5e76ea commit af6c09a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eth/tracers/internal/tracetest/makeTest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ var makeTest = function(tx, traceConfig) {
4444
},
4545
input: eth.getRawTransaction(tx),
4646
result: result,
47+
tracerConfig: traceConfig.tracerConfig,
4748
}, null, 2));
48-
}
49+
}

0 commit comments

Comments
 (0)