eth/tracers/internal/tracetest: include tracerConfig in created tracing test #30364 (#1487)

Fixes the tracer test filler for when there is tracerConfig.

Co-authored-by: Karl Bartel <karl.bartel@clabs.co>
This commit is contained in:
Daniel Liu 2025-09-13 10:50:55 +08:00 committed by GitHub
parent f5e76ea6df
commit af6c09a5aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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