This commit is contained in:
Carl
2018-12-11 18:51:17 -08:00
committed by Grimes
parent 245362db96
commit a05a378db4
4 changed files with 8 additions and 76 deletions

View File

@@ -13,7 +13,6 @@ use crate::service::Service;
use crate::store_ledger_stage::StoreLedgerStage;
use crate::streamer::BlobReceiver;
use crate::thin_client::retry_get_balance;
use crate::window;
use crate::window_service::window_service;
use rand::thread_rng;
use rand::Rng;
@@ -97,9 +96,6 @@ impl Replicator {
let entry_height = 0;
let max_entry_height = 1;
const REPLICATOR_WINDOW_SIZE: usize = 32 * 1024;
let window = window::new_window(REPLICATOR_WINDOW_SIZE);
info!("Replicator: id: {}", keypair.pubkey());
info!("Creating cluster info....");
let cluster_info = Arc::new(RwLock::new(ClusterInfo::new(node.info)));