Include tracerConfig in created tracing test (#30364)
Fixes the tracer test filler for when there is tracerConfig.
This commit is contained in:
parent
ab3ee99ca9
commit
36a7134367
@ -49,5 +49,6 @@ var makeTest = function(tx, traceConfig) {
|
||||
context: context,
|
||||
input: eth.getRawTransaction(tx),
|
||||
result: result,
|
||||
tracerConfig: traceConfig.tracerConfig,
|
||||
}, null, 2));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user