1
0

(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

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: