From a79fa398f1e83322909c0f96577140bfa4e75d09 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 20 Feb 2019 19:42:53 +0800 Subject: [PATCH] Minor fix: `messages` -> `message_hashes` (#664) --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 7db2147955..f559317619 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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)), ],