mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +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),
|
||||
result: result,
|
||||
tracerConfig: traceConfig.tracerConfig,
|
||||
}, null, 2));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue