mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-07 02:59:53 +00:00
sweep_ctx: do not log if channel was not force closed
This commit is contained in:
parent
3264d19c6b
commit
938d918e55
1 changed files with 0 additions and 1 deletions
|
@ -852,7 +852,6 @@ class Channel(Logger):
|
||||||
self.logger.info(f'they force closed.')
|
self.logger.info(f'they force closed.')
|
||||||
else:
|
else:
|
||||||
self.sweep_info[txid] = {}
|
self.sweep_info[txid] = {}
|
||||||
self.logger.info(f'not sure who closed {ctx}.')
|
|
||||||
return self.sweep_info[txid]
|
return self.sweep_info[txid]
|
||||||
|
|
||||||
def sweep_htlc(self, ctx:Transaction, htlc_tx: Transaction):
|
def sweep_htlc(self, ctx:Transaction, htlc_tx: Transaction):
|
||||||
|
|
Loading…
Add table
Reference in a new issue