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…
Reference in New Issue