remove extra comma from spec

This commit is contained in:
Danny Ryan
2018-10-03 09:37:21 -05:00
committed by GitHub
parent 4686f4938f
commit 8dffb4e32b

View File

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