mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
(minor) fix log
This commit is contained in:
parent
7908f4b203
commit
8ff1921c0d
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ class LNWallet(LNWorker):
|
||||||
if spender_txid != funding_txid:
|
if spender_txid != funding_txid:
|
||||||
tx_mined_height = self.wallet.get_tx_height(spender_txid)
|
tx_mined_height = self.wallet.get_tx_height(spender_txid)
|
||||||
if tx_mined_height.conf > 6:
|
if tx_mined_height.conf > 6:
|
||||||
self.logger.info(f'channel is double spent {inputs}, {ds}')
|
self.logger.info(f'channel is double spent {inputs}')
|
||||||
# set to REDEEMED so that it can be removed manually
|
# set to REDEEMED so that it can be removed manually
|
||||||
chan.set_state(channel_states.REDEEMED)
|
chan.set_state(channel_states.REDEEMED)
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Reference in a new issue