Modify block_producer references in other crates where needed for compilation

This commit is contained in:
Feng94
2019-02-19 00:21:23 +11:00
parent 1bdce182a9
commit 7ed606eca1
12 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
use self::block_producer_service::{BeaconBlockGrpcClient, BlockProducerService};
use self::duties::{DutiesManager, DutiesManagerService, EpochDutiesMap};
use crate::config::ClientConfig;
use block_producer::{test_utils::LocalSigner, BlockProducer};
use block_proposer::{test_utils::LocalSigner, BlockProducer};
use bls::Keypair;
use clap::{App, Arg};
use grpcio::{ChannelBuilder, EnvBuilder};