mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Merge pull request #293 from michaelsproul/operation-pool
Implement Operation Pool
This commit is contained in:
@@ -36,6 +36,11 @@ impl AggregateSignature {
|
||||
}
|
||||
}
|
||||
|
||||
/// Add (aggregate) another `AggregateSignature`.
|
||||
pub fn add_aggregate(&mut self, agg_signature: &AggregateSignature) {
|
||||
self.0.add_aggregate(&agg_signature.0)
|
||||
}
|
||||
|
||||
/// Verify the `AggregateSignature` against an `AggregatePublicKey`.
|
||||
///
|
||||
/// Only returns `true` if the set of keys in the `AggregatePublicKey` match the set of keys
|
||||
|
||||
Reference in New Issue
Block a user