Merge branch 'vitalik2' of github.com:ethereum/eth2.0-specs into vitalik2

This commit is contained in:
Danny Ryan 2018-10-04 07:30:59 -05:00
commit fbd4c3664f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ fields = {
# Hash of the crystallized state
'crystallized_state_root': 'hash32',
# Logouts, penalties, etc etc
'specials': [SpecialObject],
'specials': [SpecialObject]
}
```