mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Fix clippy lint
This commit is contained in:
@@ -156,7 +156,7 @@ impl BeaconStateBuilder {
|
|||||||
/// Builds a valid PendingAttestation with full participation for some committee.
|
/// Builds a valid PendingAttestation with full participation for some committee.
|
||||||
fn committee_to_pending_attestation(
|
fn committee_to_pending_attestation(
|
||||||
state: &BeaconState,
|
state: &BeaconState,
|
||||||
committee: &Vec<usize>,
|
committee: &[usize],
|
||||||
shard: u64,
|
shard: u64,
|
||||||
slot: Slot,
|
slot: Slot,
|
||||||
spec: &ChainSpec,
|
spec: &ChainSpec,
|
||||||
|
|||||||
Reference in New Issue
Block a user