Include tracerConfig in created tracing test (#30364)

Fixes the tracer test filler for when there is tracerConfig.
pull/30385/head
Karl Bartel 2 months ago committed by GitHub
parent ab3ee99ca9
commit 36a7134367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      eth/tracers/internal/tracetest/makeTest.js

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

Loading…
Cancel
Save