mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Don't accept incoming connections for collators (#2644)
* Don't accept incoming connections for collators on the `Collation` peer set. * Better docs.
This commit is contained in:
@@ -39,7 +39,7 @@ use polkadot_node_network_protocol::{
|
||||
/// Peer set infos for network initialization.
|
||||
///
|
||||
/// To be added to [`NetworkConfiguration::extra_sets`].
|
||||
pub use polkadot_node_network_protocol::peer_set::peer_sets_info;
|
||||
pub use polkadot_node_network_protocol::peer_set::{peer_sets_info, IsAuthority};
|
||||
|
||||
use std::collections::{HashMap, hash_map};
|
||||
use std::iter::ExactSizeIterator;
|
||||
|
||||
Reference in New Issue
Block a user