Skip to content

Commit

Permalink
Fix aggregationBits type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 29, 2024
1 parent 73b6c0c commit 0b5bcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/chain/validation/attestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ async function validateAttestationNoSignatureCheck(
? attestationOrCache.attestation
: !isForkPostElectra(fork)
? {
aggregationBits,
aggregationBits: aggregationBits as BitArray,
data: attData,
signature,
}
Expand Down

0 comments on commit 0b5bcb3

Please sign in to comment.