diff --git a/polkadot/node/network/bridge/src/lib.rs b/polkadot/node/network/bridge/src/lib.rs index 0dd6227b71a228e8c88084371dd813978194c4c0..46d4a00faace6344cbfcfd16ea702f1dcf3ee907 100644 --- a/polkadot/node/network/bridge/src/lib.rs +++ b/polkadot/node/network/bridge/src/lib.rs @@ -34,7 +34,7 @@ use polkadot_node_network_protocol::{ /// Peer set info for network initialization. /// -/// To be added to [`NetworkConfiguration::extra_sets`]. +/// To be passed to [`FullNetworkConfiguration::add_notification_protocol`](). pub use polkadot_node_network_protocol::peer_set::{peer_sets_info, IsAuthority}; use std::{collections::HashMap, sync::Arc}; diff --git a/polkadot/node/network/bridge/src/rx/mod.rs b/polkadot/node/network/bridge/src/rx/mod.rs index 499a73f0a49a3e46e40561dfa8e950b42fbf62ed..e757b2822184135d2f77be6b69430831d703b520 100644 --- a/polkadot/node/network/bridge/src/rx/mod.rs +++ b/polkadot/node/network/bridge/src/rx/mod.rs @@ -49,7 +49,7 @@ use polkadot_primitives::{AuthorityDiscoveryId, BlockNumber, Hash, ValidatorInde /// Peer set info for network initialization. /// -/// To be added to [`NetworkConfiguration::extra_sets`]. +/// To be passed to [`FullNetworkConfiguration::add_notification_protocol`](). pub use polkadot_node_network_protocol::peer_set::{peer_sets_info, IsAuthority}; use std::{ diff --git a/polkadot/node/network/bridge/src/tx/mod.rs b/polkadot/node/network/bridge/src/tx/mod.rs index ff2e60fbe80bfcbe06271f29d35f2a8915233101..2b54f6f0f06d4f502fc2d0af7d9edf5a0f6db38d 100644 --- a/polkadot/node/network/bridge/src/tx/mod.rs +++ b/polkadot/node/network/bridge/src/tx/mod.rs @@ -31,7 +31,7 @@ use polkadot_node_subsystem::{ /// Peer set info for network initialization. /// -/// To be added to [`NetworkConfiguration::extra_sets`]. +/// To be passed to [`FullNetworkConfiguration::add_notification_protocol`](). pub use polkadot_node_network_protocol::peer_set::{peer_sets_info, IsAuthority}; use sc_network::ReputationChange;