remove extra comma from spec
This commit is contained in:
parent
4686f4938f
commit
8dffb4e32b
|
@ -101,7 +101,7 @@ fields = {
|
|||
# Hash of the crystallized state
|
||||
'crystallized_state_root': 'hash32',
|
||||
# Logouts, penalties, etc etc
|
||||
'specials': [SpecialObject],
|
||||
'specials': [SpecialObject]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue