forked from forks/go-ethereum
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
1 changed files with 1 additions and 0 deletions
|
|
@ -49,5 +49,6 @@ var makeTest = function(tx, traceConfig) {
|
||||||
context: context,
|
context: context,
|
||||||
input: eth.getRawTransaction(tx),
|
input: eth.getRawTransaction(tx),
|
||||||
result: result,
|
result: result,
|
||||||
|
tracerConfig: traceConfig.tracerConfig,
|
||||||
}, null, 2));
|
}, null, 2));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue