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,4 +1,4 @@
use crate::beacon_chain::{BeaconChain, BeaconChainTypes};
use beacon_chain::{BeaconChain, BeaconChainTypes};
use eth2_libp2p::rpc::methods::*;
use eth2_libp2p::PeerId;
use slog::{debug, error};