mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Remove unused var from block_producer
It was made redundant when `proposer_slots` was removed.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user