mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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