Tidy networking crates

This commit is contained in:
Age Manning
2019-03-19 22:53:51 +11:00
parent dc014d07bc
commit e7f87112fb
9 changed files with 26 additions and 45 deletions

View File

@@ -2,10 +2,8 @@
pub mod beacon_chain;
pub mod error;
mod message_handler;
mod messages;
mod service;
pub mod sync;
pub use libp2p::NetworkConfig;
pub use messages::NodeMessage;
pub use service::Service;