mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
fix error message
This commit is contained in:
parent
8274067619
commit
cf3e050b7e
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class LNWorker(PrintError):
|
|||
broadcast = False
|
||||
if broadcast:
|
||||
if not await self.network.lnwatcher.broadcast_or_log(funding_outpoint, e_tx):
|
||||
self.print_error(e_tx.name, f'could not publish encumbered tx: {str(sweep_tx)}, prev_txid: {prev_txid}')
|
||||
self.print_error(e_tx.name, f'could not publish encumbered tx: {str(e_tx)}, prevout: {prevout}')
|
||||
|
||||
|
||||
@log_exceptions
|
||||
|
|
Loading…
Add table
Reference in a new issue