exception message correction

This commit is contained in:
Lex Berezhny 2018-10-17 21:20:17 -04:00
parent b830f4c3ca
commit 03594dab6a

View file

@ -470,7 +470,7 @@ class BaseTransaction:
await tx.sign(funding_accounts)
except Exception as e:
log.exception('Failed to synchronize transaction:')
log.exception('Failed to create transaction:')
await ledger.release_outputs(tx.outputs)
raise e