Change to single quotes

This commit is contained in:
Sylvain Bellemare 2017-01-24 10:24:16 +01:00
parent fe5d966dca
commit 7207f57879

View File

@ -1039,7 +1039,7 @@ class Transaction(object):
if tx_body.get('operation') == Transaction.CREATE:
if proposed_tx_id != tx_body['asset'].get('id'):
raise InvalidHash("CREATE tx has wrong asset_id")
raise InvalidHash('CREATE tx has wrong asset_id')
@classmethod
def from_dict(cls, tx):