Skip to content

Commit

Permalink
Handling node events (paradigmxyz#9658)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares authored Jul 19, 2024
1 parent bbfa638 commit 2009028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethereum/node/src/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ where

let events = stream_select!(
ctx.components().network().event_listener().map(Into::into),
// TODO get engine events
beacon_engine_handle.event_listener().map(Into::into),
pipeline_events.map(Into::into),
if ctx.node_config().debug.tip.is_none() && !ctx.is_dev() {
Either::Left(
Expand Down

0 comments on commit 2009028

Please sign in to comment.