Include tracerConfig in created tracing test (#30364)

Fixes the tracer test filler for when there is tracerConfig.
This commit is contained in:
Karl Bartel 2024-09-02 10:30:33 +02:00 committed by GitHub
parent ab3ee99ca9
commit 36a7134367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,5 +49,6 @@ var makeTest = function(tx, traceConfig) {
context: context,
input: eth.getRawTransaction(tx),
result: result,
tracerConfig: traceConfig.tracerConfig,
}, null, 2));
}