mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Fix merge conflict in bls
Issue came about from Michael and Kirk doing simultaneous work.
This commit is contained in:
@@ -38,7 +38,8 @@ impl AggregateSignature {
|
|||||||
|
|
||||||
/// Add (aggregate) another `AggregateSignature`.
|
/// Add (aggregate) another `AggregateSignature`.
|
||||||
pub fn add_aggregate(&mut self, agg_signature: &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`.
|
/// Verify the `AggregateSignature` against an `AggregatePublicKey`.
|
||||||
|
|||||||
Reference in New Issue
Block a user