Changed some formatting

Signed-off-by: Amartya Gaur amarkaushik1999@gmail.com
This commit is contained in:
amartya-dev 2020-05-18 08:39:02 +05:30
parent bc0de1d0cc
commit 30aed497d3
No known key found for this signature in database
GPG Key ID: 8AA4B93AE39AA14D

View File

@ -546,7 +546,7 @@ class Transaction(object):
elif (operation == self.TRANSFER and
not (isinstance(asset, dict) and 'id' in asset)):
raise TypeError(('`asset` must be a dict holding an `id` property '
"for 'TRANSFER' Transactions".format(operation)))
"for 'TRANSFER' Transactions"))
if outputs and not isinstance(outputs, list):
raise TypeError('`outputs` must be a list instance or None')