Add clarifying comment about where this index is coming from
This commit is contained in:
parent
d5fdeac6e8
commit
5f19622f86
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue