Complete moving network logc into beacon node

This commit is contained in:
Age Manning
2019-04-03 16:33:12 +11:00
parent 64abd0bc5b
commit 7920f8098f
8 changed files with 23 additions and 18 deletions

View File

@@ -4,6 +4,6 @@ pub mod message_handler;
pub mod service;
pub mod sync;
pub use eth2_libp2p::NetworkConfig;
pub use eth2_libp2p::{ChainType, NetworkConfig};
pub use service::NetworkMessage;
pub use service::Service;