mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Impl add_aggregate for FakeAggSig
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user