exception message correction
This commit is contained in:
parent
b830f4c3ca
commit
03594dab6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue