mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Only register one gossip validator for full nodes (#487)
This commit is contained in:
committed by
Robert Habermeier
parent
fee152fa51
commit
11afe6a30c
@@ -269,8 +269,6 @@ pub fn new_full(config: Configuration<CustomConfiguration, GenesisConfig>)
|
||||
dht_event_rx,
|
||||
);
|
||||
service.spawn_task(authority_discovery);
|
||||
} else {
|
||||
network_gossip::register_non_authority_validator(service.network());
|
||||
}
|
||||
|
||||
let config = grandpa::Config {
|
||||
|
||||
Reference in New Issue
Block a user