Fix merge conflict in bls
Issue came about from Michael and Kirk doing simultaneous work.
This commit is contained in:
parent
3a42d7fa6e
commit
f61db9cac8
@ -38,7 +38,8 @@ impl AggregateSignature {
|
||||
|
||||
/// Add (aggregate) another `AggregateSignature`.
|
||||
pub fn add_aggregate(&mut self, agg_signature: &AggregateSignature) {
|
||||
self.0.add_aggregate(&agg_signature.0)
|
||||
self.aggregate_signature
|
||||
.add_aggregate(&agg_signature.aggregate_signature)
|
||||
}
|
||||
|
||||
/// Verify the `AggregateSignature` against an `AggregatePublicKey`.
|
||||
|
Loading…
Reference in New Issue
Block a user