Fix typos and variable names

This commit is contained in:
Pawan Dhananjay
2025-01-22 11:52:50 -08:00
parent 54e37096b6
commit 67dd619383
4 changed files with 16 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ impl<E: EthSpec> CompactIndexedAttestationElectra<E> {
.is_zero()
}
/// Returns `true` if aggregated, otherwise `false`.
/// Returns `true` if aggregated, otherwise `false`.
pub fn aggregate_same_committee(&mut self, other: &Self) -> bool {
if self.committee_bits != other.committee_bits {
return false;