1
0

(minor) rm unneeded decorator

This commit is contained in:
ThomasV
2020-03-02 21:45:45 +01:00
parent 97d191a121
commit 79497cd3ec

View File

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