Remove BeaconChain wrapper trait from network

This commit is contained in:
Paul Hauner
2019-05-30 18:27:19 +10:00
parent f44170cab1
commit 0590504261
6 changed files with 44 additions and 173 deletions

View File

@@ -1,5 +1,4 @@
/// This crate provides the network server for Lighthouse.
pub mod beacon_chain;
pub mod error;
pub mod message_handler;
pub mod service;