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