Also fix length of Deposit.proof

This commit is contained in:
Dankrad Feist 2019-03-06 21:11:50 +01:00
parent eece029cdf
commit 81f48ea1c3
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ The following data structures are defined as [SimpleSerialize (SSZ)](https://git
```python ```python
{ {
# Branch in the deposit tree # Branch in the deposit tree
'proof': ['bytes32'], 'proof': ['bytes32', DEPOSIT_CONTRACT_TREE_DEPTH],
# Index in the deposit tree # Index in the deposit tree
'index': 'uint64', 'index': 'uint64',
# Data # Data