This commit is contained in:
ethDreamer
2024-05-08 11:53:08 -05:00
committed by GitHub
parent f30246b9d4
commit 43c3f63e30
3 changed files with 13 additions and 15 deletions

View File

@@ -437,7 +437,7 @@ mod tests {
assert_eq!(signature, 288 + 16);
let attestation_expected = aggregation_bits + attestation_data + signature;
// TODO(electra) since we've removed attestation aggregation for electra variant
// TODO(electra) since we've removed attestation aggregation for electra variant
// i've updated the attestation value expected from 488 544
// assert_eq!(attestation_expected, 488);
assert_eq!(attestation_expected, 488);