We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9fc62 commit 1b908f5Copy full SHA for 1b908f5
consensus/types/src/attestation.rs
@@ -69,9 +69,9 @@ pub struct Attestation<E: EthSpec> {
69
#[superstruct(only(Electra), partial_getter(rename = "aggregation_bits_electra"))]
70
pub aggregation_bits: BitList<E::MaxValidatorsPerSlot>,
71
pub data: AttestationData,
72
+ pub signature: AggregateSignature,
73
#[superstruct(only(Electra))]
74
pub committee_bits: BitVector<E::MaxCommitteesPerSlot>,
- pub signature: AggregateSignature,
75
}
76
77
// TODO(electra): think about how to handle fork variants here
0 commit comments