Remove stale TODO

This commit is contained in:
dapplion
2024-06-18 22:29:50 +02:00
parent 7fce143300
commit 4d4c268e1e

View File

@@ -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;
}