mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:54:59 -05:00
Add trailing comma (#789)
This commit is contained in:
committed by
Hsiao-Wei Wang
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
|
||||
'latest_eth1_data': Eth1Data,
|
||||
'eth1_data_votes': [Eth1DataVote],
|
||||
'deposit_index': 'uint64'
|
||||
'deposit_index': 'uint64',
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user