mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
replacing network_handle with peer_info trait object (#9367)
This commit is contained in:
@@ -279,7 +279,7 @@ where
|
||||
ctx.task_executor().spawn_critical(
|
||||
"events task",
|
||||
node::handle_events(
|
||||
Some(ctx.components().network().clone()),
|
||||
Some(Box::new(ctx.components().network().clone())),
|
||||
Some(ctx.head().number),
|
||||
events,
|
||||
database.clone(),
|
||||
|
||||
Reference in New Issue
Block a user