Split specialization context from network context (#2745)

* Split specialization context from network context

* Line width
This commit is contained in:
Pierre Krieger
2019-06-03 20:26:17 +02:00
committed by GitHub
parent b88c46bfd1
commit 4213fe15cf
4 changed files with 45 additions and 11 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ pub use service::{
NetworkService, NetworkWorker, FetchFuture, TransactionPool, ManageNetwork,
NetworkMsg, SyncProvider, ExHashT, ReportHandle,
};
pub use protocol::{ProtocolStatus, PeerInfo, Context};
pub use protocol::{ProtocolStatus, PeerInfo};
pub use specialization::Context;
pub use sync::{Status as SyncStatus, SyncState};
pub use network_libp2p::{
identity, multiaddr,