Searched refs:try_force_closing (Results 1 – 2 of 2) sorted by relevance
1093 await self.lnworker.try_force_closing(chan_id)1342 asyncio.ensure_future(self.lnworker.try_force_closing(chan.channel_id))1364 asyncio.ensure_future(self.lnworker.try_force_closing(chan.channel_id))
962 await self.try_force_closing(chan.channel_id)2036 async def try_force_closing(self, chan_id): member in LNWallet