mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-13 15:38:21 +00:00
Fix bug introduced in previous commit
This commit is contained in:
parent
bb81bacb4e
commit
4212d8fc7d
@ -43,7 +43,7 @@ pub fn verify_aggregate_signature_for_indices<T>(
|
||||
/*
|
||||
* De-reference the attestation index into a canonical ValidatorRecord index.
|
||||
*/
|
||||
let validator = attestation_indices.get(i)
|
||||
let validator = *attestation_indices.get(i)
|
||||
.ok_or(SignatureVerificationError::BadValidatorIndex)?;
|
||||
/*
|
||||
* Load the validators public key from our store.
|
||||
|
Loading…
Reference in New Issue
Block a user