mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Begin updating tests to reflect changes to bitfield
This commit is contained in:
@@ -63,7 +63,7 @@ pub fn generate_attestation(
|
||||
signing_keys: &[Option<SecretKey>],
|
||||
block_store: &BeaconBlockStore<MemoryDB>,
|
||||
) -> AttestationRecord {
|
||||
let mut attester_bitfield = Bitfield::new();
|
||||
let mut attester_bitfield = Bitfield::from_elem(signing_keys.len(), false);
|
||||
let mut aggregate_sig = AggregateSignature::new();
|
||||
|
||||
let parent_hashes_slice = {
|
||||
|
||||
Reference in New Issue
Block a user