mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-10 15:05:24 -05:00
replacing network_handle with peer_info trait object (#9367)
This commit is contained in:
@@ -204,7 +204,7 @@ impl Command {
|
||||
ctx.task_executor.spawn_critical(
|
||||
"events task",
|
||||
reth_node_events::node::handle_events(
|
||||
Some(network.clone()),
|
||||
Some(Box::new(network)),
|
||||
latest_block_number,
|
||||
events,
|
||||
provider_factory.db_ref().clone(),
|
||||
|
||||
Reference in New Issue
Block a user