mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
* Companion PR for #8682 * Compilation fix * Update beefy * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -53,6 +53,7 @@ impl PeerSet {
|
||||
match self {
|
||||
PeerSet::Validation => NonDefaultSetConfig {
|
||||
notifications_protocol: protocol,
|
||||
fallback_names: Vec::new(),
|
||||
max_notification_size,
|
||||
set_config: sc_network::config::SetConfig {
|
||||
// we allow full nodes to connect to validators for gossip
|
||||
@@ -67,6 +68,7 @@ impl PeerSet {
|
||||
},
|
||||
PeerSet::Collation => NonDefaultSetConfig {
|
||||
notifications_protocol: protocol,
|
||||
fallback_names: Vec::new(),
|
||||
max_notification_size,
|
||||
set_config: SetConfig {
|
||||
// Non-authority nodes don't need to accept incoming connections on this peer set:
|
||||
|
||||
Reference in New Issue
Block a user