mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-23 04:04:12 +00:00
Use committe_len in test_harness
This commit is contained in:
parent
ed6d0b46d0
commit
64507950dd
@ -178,8 +178,8 @@ impl BeaconChainHarness {
|
|||||||
agg_sig
|
agg_sig
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut aggregation_bitfield = Bitfield::with_capacity(committee.committee.len());
|
let mut aggregation_bitfield = Bitfield::with_capacity(duties.committee_len);
|
||||||
let custody_bitfield = Bitfield::with_capacity(committee.committee.len());
|
let custody_bitfield = Bitfield::with_capacity(duties.committee_len);
|
||||||
|
|
||||||
aggregation_bitfield.set(duties.committee_index, true);
|
aggregation_bitfield.set(duties.committee_index, true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user