mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: set missing record logs (#3472)
This commit is contained in:
@ -380,7 +380,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 (res, _) = inspect(db, env, &mut inspector)?;
|
||||
|
||||
Reference in New Issue
Block a user