Impl add_aggregate
for FakeAggSig
This commit is contained in:
parent
b5f176a152
commit
dd2351020c
@ -35,6 +35,11 @@ impl FakeAggregateSignature {
|
|||||||
// Do nothing.
|
// Do nothing.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Does glorious nothing.
|
||||||
|
pub fn add_aggregate(&mut self, _agg_sig: &FakeAggregateSignature) {
|
||||||
|
// Do nothing.
|
||||||
|
}
|
||||||
|
|
||||||
/// _Always_ returns `true`.
|
/// _Always_ returns `true`.
|
||||||
pub fn verify(
|
pub fn verify(
|
||||||
&self,
|
&self,
|
||||||
|
Loading…
Reference in New Issue
Block a user