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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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