mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 04:13:00 +00:00
Merge remote-tracking branch 'michael/separate-blocks' into tree-states
This commit is contained in:
@@ -234,7 +234,7 @@ mod test {
|
||||
.clone();
|
||||
let committee_b = state.committee_cache(RelativeEpoch::Next).unwrap().clone();
|
||||
assert!(committee_a != committee_b);
|
||||
(Arc::new(committee_a), Arc::new(committee_b))
|
||||
(committee_a, committee_b)
|
||||
}
|
||||
|
||||
/// Builds a deterministic but incoherent shuffling ID from a `u64`.
|
||||
|
||||
Reference in New Issue
Block a user