Add trailing comma (#789)

This commit is contained in:
Sören Steiger 2019-03-16 05:16:47 +01:00 committed by Hsiao-Wei Wang
parent 3944fd4b15
commit 6b118d2398
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ The types are defined topologically to aid in facilitating an executable version
# Ethereum 1.0 chain data
'latest_eth1_data': Eth1Data,
'eth1_data_votes': [Eth1DataVote],
'deposit_index': 'uint64'
'deposit_index': 'uint64',
}
```