Skip to content

Commit b2d4e5e

Browse files
committed
cargo clippy
1 parent f973312 commit b2d4e5e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

fork_choice_store/src/store.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ use types::{
6464
primitives::{Epoch, ExecutionBlockHash, Gwei, Slot, ValidatorIndex, H256},
6565
},
6666
preset::Preset,
67-
traits::{BeaconState as _, BlockBodyWithPayloadBid, SignedBeaconBlock as _},
67+
traits::{BeaconState as _, SignedBeaconBlock as _},
6868
};
6969
use unwrap_none::UnwrapNone as _;
7070

@@ -2971,9 +2971,7 @@ impl<P: Preset, S: Storage<P>> Store<P, S> {
29712971
let ExecutionPayloadBid {
29722972
slot,
29732973
parent_block_hash,
2974-
parent_block_root,
29752974
builder_index,
2976-
blob_kzg_commitments_root,
29772975
..
29782976
} = payload_bid.message;
29792977

transition_functions/src/gloas/block_processing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ fn validate_execution_payload_bid_signature_with_verifier<P: Preset>(
470470
)
471471
}
472472

473+
#[expect(clippy::too_many_lines)]
473474
fn validate_execution_payload_bid<P: Preset>(
474475
config: &Config,
475476
pubkey_cache: &PubkeyCache,

0 commit comments

Comments
 (0)