mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
Limit gossip for non-authorities (#838)
* Limit gossip for non-authorities * Random shuffle
This commit is contained in:
committed by
Gav Wood
parent
79d538ee66
commit
e1e6c19f64
@@ -31,6 +31,7 @@ extern crate substrate_network_libp2p as network_libp2p;
|
||||
extern crate parity_codec as codec;
|
||||
extern crate futures;
|
||||
extern crate rustc_hex;
|
||||
extern crate rand;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[macro_use] extern crate error_chain;
|
||||
|
||||
Reference in New Issue
Block a user