(trivial) lnpeer: rm @log_exceptions from htlc_switch

This commit is contained in:
SomberNight 2020-05-14 19:05:22 +02:00
parent 095464b620
commit 2b0ed9f406
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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: