mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 05:34:55 -05:00
Fix Deposit.branch type notation
This commit is contained in:
@@ -373,7 +373,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
|
||||
```python
|
||||
{
|
||||
# Branch in the deposit tree
|
||||
'branch': '[bytes32]',
|
||||
'branch': ['bytes32'],
|
||||
# Index in the deposit tree
|
||||
'index': 'uint64',
|
||||
# Data
|
||||
|
||||
Reference in New Issue
Block a user