mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:55:05 -05:00
Also fix length of Deposit.proof
This commit is contained in:
@@ -387,7 +387,7 @@ The following data structures are defined as [SimpleSerialize (SSZ)](https://git
|
||||
```python
|
||||
{
|
||||
# Branch in the deposit tree
|
||||
'proof': ['bytes32'],
|
||||
'proof': ['bytes32', DEPOSIT_CONTRACT_TREE_DEPTH],
|
||||
# Index in the deposit tree
|
||||
'index': 'uint64',
|
||||
# Data
|
||||
|
||||
Reference in New Issue
Block a user