mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
Fixes the tracer test filler for when there is tracerConfig. Co-authored-by: Karl Bartel <karl.bartel@clabs.co>
This commit is contained in:
parent
f5e76ea6df
commit
af6c09a5aa
1 changed files with 2 additions and 1 deletions
|
|
@ -44,5 +44,6 @@ var makeTest = function(tx, traceConfig) {
|
||||||
},
|
},
|
||||||
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