Browse Source

(trivial) lnpeer: rm @log_exceptions from htlc_switch

master
SomberNight 5 years ago
parent
commit
2b0ed9f406
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/lnpeer.py

1
electrum/lnpeer.py

@ -1471,7 +1471,6 @@ class Peer(Logger):
await self.network.try_broadcasting(closing_tx, 'closing')
return closing_tx.txid()
@log_exceptions
async def htlc_switch(self):
await self.initialized
while True:

Loading…
Cancel
Save