mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-16 12:36:25 +00:00
Fix Deposit.branch
type notation
This commit is contained in:
parent
14891047d7
commit
61f5d99dee
@ -373,7 +373,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
|
|||||||
```python
|
```python
|
||||||
{
|
{
|
||||||
# Branch in the deposit tree
|
# Branch in the deposit tree
|
||||||
'branch': '[bytes32]',
|
'branch': ['bytes32'],
|
||||||
# Index in the deposit tree
|
# Index in the deposit tree
|
||||||
'index': 'uint64',
|
'index': 'uint64',
|
||||||
# Data
|
# Data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user