Fix `Deposit.branch` type notation

This commit is contained in:
Hsiao-Wei Wang 2019-01-17 16:54:38 +08:00
parent 14891047d7
commit 61f5d99dee
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 1 additions and 1 deletions

View File

@ -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