Add trailing comma (#789)
This commit is contained in:
parent
3944fd4b15
commit
6b118d2398
|
@ -628,7 +628,7 @@ The types are defined topologically to aid in facilitating an executable version
|
||||||
# Ethereum 1.0 chain data
|
# Ethereum 1.0 chain data
|
||||||
'latest_eth1_data': Eth1Data,
|
'latest_eth1_data': Eth1Data,
|
||||||
'eth1_data_votes': [Eth1DataVote],
|
'eth1_data_votes': [Eth1DataVote],
|
||||||
'deposit_index': 'uint64'
|
'deposit_index': 'uint64',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue