From 06cf704e839b3a9b0fe35a96e938671cc1a95d22 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Sat, 17 Nov 2018 13:52:49 +0900 Subject: [PATCH] fix typo in slashing special --- specs/core/0_beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 83701888b..d89424fb8 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -700,9 +700,9 @@ Verify that `BLSVerify(pubkey=validators[data.validator_index].pubkey, msg=hash( 'vote1_aggregate_sig_indices': '[uint24]', 'vote1_data': AttestationSignedData, 'vote1_aggregate_sig': '[uint256]', - 'vote1_aggregate_sig_indices': '[uint24]', + 'vote2_aggregate_sig_indices': '[uint24]', 'vote2_data': AttestationSignedData, - 'vote1_aggregate_sig': '[uint256]', + 'vote2_aggregate_sig': '[uint256]', } ```