mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-13 00:14:58 -05:00
feat(revm): record_logs boolean in TracingInspectorConfig to limit log record (#3286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -290,7 +290,8 @@ where
|
||||
.map_err(|_| EthApiError::InvalidTracerConfig)?;
|
||||
|
||||
let mut inspector = TracingInspector::new(
|
||||
TracingInspectorConfig::from_geth_config(&config),
|
||||
TracingInspectorConfig::from_geth_config(&config)
|
||||
.set_record_logs(call_config.with_log.unwrap_or_default()),
|
||||
);
|
||||
|
||||
let _ = self
|
||||
|
||||
Reference in New Issue
Block a user