Remove unused var from block_producer

It was made redundant when `proposer_slots` was removed.
This commit is contained in:
Paul Hauner
2019-02-13 07:39:00 +11:00
parent 5c1d0dcea5
commit 05ed778ccc
3 changed files with 2 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ impl ValidatorHarness {
let block_producer = BlockProducer::new(
spec.clone(),
keypair.pk.clone(),
epoch_map.clone(),
slot_clock.clone(),
beacon_node.clone(),