Complete moving network logc into beacon node

This commit is contained in:
Age Manning
2019-04-03 16:33:12 +11:00
parent dd3a4f0b43
commit c1d609902a
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;