mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Remove stale TODO
This commit is contained in:
@@ -217,7 +217,6 @@ impl<E: EthSpec> CompactIndexedAttestationElectra<E> {
|
||||
}
|
||||
|
||||
pub fn aggregate_same_committee(&mut self, other: &Self) -> Option<()> {
|
||||
// TODO(electra): remove assert in favour of Result
|
||||
if self.committee_bits != other.committee_bits {
|
||||
return None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user