mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Fix a type in sig. ver. comment
This commit is contained in:
@@ -56,7 +56,7 @@ pub fn verify_aggregate_signature_for_indices<T>(
|
|||||||
*/
|
*/
|
||||||
agg_pub_key.add(&pub_key);
|
agg_pub_key.add(&pub_key);
|
||||||
/*
|
/*
|
||||||
* Add to the validator to the set of voters for this attestation record.
|
* Add validator to the set of voters for this attestation record.
|
||||||
*/
|
*/
|
||||||
voters.insert(validator);
|
voters.insert(validator);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user