Skip to content

Commit

Permalink
Minor fix: messages -> message_hashes (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww authored and JustinDrake committed Feb 20, 2019
1 parent 7f528a5 commit a79fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
],
Expand Down

0 comments on commit a79fa39

Please sign in to comment.