Fix a type in sig. ver. comment

This commit is contained in:
Paul Hauner 2018-10-09 11:09:37 +11:00
parent 9a59908506
commit f13a4fffea
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -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);
} }