Add clarifying comment about where this index is coming from

This commit is contained in:
Alex Stokes 2019-01-02 20:29:42 -06:00
parent d5fdeac6e8
commit 5f19622f86
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086
1 changed files with 1 additions and 0 deletions

View File

@ -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,