Skip to content

Commit

Permalink
Increase size of indexed attestation indices.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Feb 17, 2025
1 parent da982dd commit 2d00f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/phase0/indexedattestation.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// IndexedAttestation provides a signed attestation with a list of attesting indices.
type IndexedAttestation struct {
// Currently using primitives as sszgen does not handle []ValidatorIndex
AttestingIndices []uint64 `ssz-max:"2048"`
AttestingIndices []uint64 `ssz-max:"131072"`
Data *AttestationData
Signature BLSSignature `ssz-size:"96"`
}
Expand Down

0 comments on commit 2d00f04

Please sign in to comment.