mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Include tracerConfig in created tracing test
When creating prestate tracer tests in diff mode, the diff mode flag has to be included in the resulting test JSON. This change makes sure the flag is included in the JSON when it is passed to makeTest.
This commit is contained in:
parent
ea3b5095f4
commit
827fa165c1
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