mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
get tests passing (except one)
This commit is contained in:
@@ -95,7 +95,7 @@ pub fn generate_attestation(
|
||||
* and sign the aggregate sig.
|
||||
*/
|
||||
if let Some(sk) = secret_key {
|
||||
attester_bitfield.set_bit(i, true);
|
||||
attester_bitfield.set(i, true).unwrap();
|
||||
let sig = Signature::new(&attestation_message, sk);
|
||||
aggregate_sig.add(&sig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user