mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
(trivial) lnpeer: rm @log_exceptions from htlc_switch
This commit is contained in:
parent
095464b620
commit
2b0ed9f406
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue