mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 07:25:01 -05:00
Minor fix: messages -> message_hashes (#664)
This commit is contained in:
@@ -1698,7 +1698,7 @@ For each `attestation` in `block.body.attestations`:
|
||||
bls_aggregate_pubkeys([state.validator_registry[i].pubkey for i in custody_bit_0_participants]),
|
||||
bls_aggregate_pubkeys([state.validator_registry[i].pubkey for i in custody_bit_1_participants]),
|
||||
],
|
||||
messages=[
|
||||
message_hashes=[
|
||||
hash_tree_root(AttestationDataAndCustodyBit(data=attestation.data, custody_bit=0b0)),
|
||||
hash_tree_root(AttestationDataAndCustodyBit(data=attestation.data, custody_bit=0b1)),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user