mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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,
|
||||
input: eth.getRawTransaction(tx),
|
||||
result: result,
|
||||
tracerConfig: traceConfig.tracerConfig,
|
||||
}, null, 2));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue