From 5f19622f86de8c858fd689692a40b01cccd80230 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Wed, 2 Jan 2019 20:29:42 -0600 Subject: [PATCH] Add clarifying comment about where this index is coming from --- specs/core/0_beacon-chain.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 2f5b1b3f9..fc1ad3323 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -358,6 +358,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted # Receipt Merkle branch 'merkle_branch': '[hash32]', # Merkle tree index + # referred to as `deposit_count` in the Ethereum 1.0 deposit contract 'merkle_tree_index': 'uint64', # Deposit data 'deposit_data': DepositData,