Impl add_aggregate for FakeAggSig

This commit is contained in:
Paul Hauner 2019-03-29 17:58:02 +11:00
parent b5f176a152
commit dd2351020c
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -35,6 +35,11 @@ impl FakeAggregateSignature {
// Do nothing.
}
/// Does glorious nothing.
pub fn add_aggregate(&mut self, _agg_sig: &FakeAggregateSignature) {
// Do nothing.
}
/// _Always_ returns `true`.
pub fn verify(
&self,