Merge pull request #293 from michaelsproul/operation-pool

Implement Operation Pool
This commit is contained in:
Paul Hauner
2019-04-02 13:53:22 +11:00
committed by GitHub
26 changed files with 1451 additions and 403 deletions

View File

@@ -31,6 +31,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,