mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Tweak signature verifier handling of proposer
This commit is contained in:
@@ -42,6 +42,7 @@ pub struct CommitteeCache {
|
||||
/// common entries, and that new entries at the end are all `None`.
|
||||
///
|
||||
/// In practice this is only used in tests.
|
||||
#[allow(clippy::indexing_slicing)]
|
||||
fn compare_shuffling_positions(xs: &Vec<NonZeroUsizeOption>, ys: &Vec<NonZeroUsizeOption>) -> bool {
|
||||
use std::cmp::Ordering;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user