Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 29, 2024
1 parent 4d07fe0 commit e0be1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/chain/validation/attestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ async function validateAttestationNoSignatureCheck(
? attestationOrCache.attestation
: !isForkPostElectra(fork)
? {
// Aggregation bits are already asserted above to not be null
aggregationBits: aggregationBits as BitArray,
data: attData,
signature,
Expand Down

0 comments on commit e0be1ea

Please sign in to comment.