diff --git a/node/network/bridge/src/lib.rs b/node/network/bridge/src/lib.rs index b531d5977433..c4da2ab0e09b 100644 --- a/node/network/bridge/src/lib.rs +++ b/node/network/bridge/src/lib.rs @@ -274,7 +274,7 @@ fn action_from_network_message(event: Option) -> Action { log::info!(target: TARGET, "Shutting down Network Bridge: underlying event stream concluded"); Action::Abort } - Some(NetworkEvent::Dht(_)) => Action::Nop, + Some(NetworkEvent::Dht(_)) | Some(NetworkEvent::Bitswap(_)) => Action::Nop, Some(NetworkEvent::NotificationStreamOpened { remote, engine_id, role }) => { let role = role.into(); match engine_id {