Update network crate for new libp2p

This commit is contained in:
Age Manning
2020-05-11 15:34:22 +10:00
parent 3ee4c4c60b
commit 1635ae8666
2 changed files with 18 additions and 23 deletions

View File

@@ -23,4 +23,4 @@ pub use libp2p::{multiaddr, Multiaddr};
pub use libp2p::{PeerId, Swarm};
pub use peer_manager::{PeerDB, PeerInfo, PeerSyncStatus, SyncInfo};
pub use rpc::RPCEvent;
pub use service::{Service, NETWORK_KEY_FILENAME};
pub use service::{Libp2pEvent, Service, NETWORK_KEY_FILENAME};