mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
qt channels list: update channel when detecting close
This commit is contained in:
parent
f2242868fa
commit
135951a13f
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ class LNWorker(PrintError):
|
|||
peer = self.peers[chan.node_id]
|
||||
coro = peer.reestablish_channel(chan)
|
||||
asyncio.run_coroutine_threadsafe(coro, self.network.asyncio_loop)
|
||||
self.network.trigger_callback('channel', chan)
|
||||
|
||||
def on_network_update(self, event, *args):
|
||||
for chan in self.channels.values():
|
||||
|
|
Loading…
Add table
Reference in a new issue