Browse Source

sweep_ctx: do not log if channel was not force closed

hard-fail-on-bad-server-string
ThomasV 5 years ago
parent
commit
938d918e55
  1. 1
      electrum/lnchannel.py

1
electrum/lnchannel.py

@ -852,7 +852,6 @@ class Channel(Logger):
self.logger.info(f'they force closed.')
else:
self.sweep_info[txid] = {}
self.logger.info(f'not sure who closed {ctx}.')
return self.sweep_info[txid]
def sweep_htlc(self, ctx:Transaction, htlc_tx: Transaction):

Loading…
Cancel
Save