Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Dec 9, 2017
1 parent ed4d6b1 commit d26c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/Core/State/ContractState.py
Expand Up @@ -102,7 +102,7 @@ def ToJson(self):
'author': self.Author.decode('utf-8'),
'email': self.Email.decode('utf-8'),
'description': self.Description.decode('utf-8'),
'properties':{
'properties': {
'storage': self.HasStorage,
'dynamic_invoke': self.HasDynamicInvoke
}
Expand Down

0 comments on commit d26c709

Please sign in to comment.