Remove max_tick_height, leader_scheduler from broadcast_service

This commit is contained in:
Carl
2019-02-25 16:15:53 -08:00
committed by Grimes
parent 58eebd7f6c
commit 3e893ffddc
8 changed files with 29 additions and 66 deletions

View File

@ -159,7 +159,7 @@ fn test_replay() {
let entries = vec![entry0, entry_tick0, entry_tick1, entry1, entry_tick2];
let blobs = entries.to_shared_blobs();
index_blobs(&blobs, &mut blob_idx, &vec![0; blobs.len()]);
index_blobs(&blobs, &mut blob_idx, 0);
blobs
.iter()
.for_each(|b| b.write().unwrap().meta.set_addr(&tvu_addr));