Builds on discovery. Adds identify to discovery

This commit is contained in:
Age Manning
2019-04-15 18:29:49 +10:00
parent d2f80e3b2a
commit f80c34b74f
5 changed files with 199 additions and 59 deletions

View File

@@ -4,6 +4,7 @@
/// This crate builds and manages the libp2p services required by the beacon node.
pub mod behaviour;
mod config;
mod discovery;
pub mod error;
pub mod rpc;
mod service;