stellar.py - fix mising str() cast on type

pull/25/head
ZuluCrypto 6 years ago committed by matejcik
parent 8a284c03d1
commit dd324a99c5

@ -284,7 +284,7 @@ def _parse_operation_bytes(unpacker):
bump_to=unpacker.unpack_uhyper()
)
raise ValueError("Unknown operation type: " + type)
raise ValueError("Unknown operation type: " + str(type))
def _xdr_read_asset(unpacker):

Loading…
Cancel
Save