Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Nov 3, 2023
1 parent 412d7ca commit 282f92b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions validator_client/src/block_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,7 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
);

let randao_reveal_ref = &randao_reveal;
let self_ref = &self;
let proposer_index = self.validator_store.validator_index(&validator_pubkey);
let validator_pubkey_ref = &validator_pubkey;
let proposer_fallback = ProposerFallback {
beacon_nodes: self.beacon_nodes.clone(),
proposer_nodes: self.proposer_nodes.clone(),
Expand Down

0 comments on commit 282f92b

Please sign in to comment.