Integrate discv5 into lighthouse

This commit is contained in:
Age Manning
2019-07-04 14:14:27 +10:00
parent 6ee2b4df34
commit 44c9058477
12 changed files with 311 additions and 350 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ pub mod message_handler;
pub mod service;
pub mod sync;
pub use eth2_libp2p::{ChainType, NetworkConfig};
pub use eth2_libp2p::NetworkConfig;
pub use service::NetworkMessage;
pub use service::Service;