Browse Source
qt channels list: update channel when detecting close
regtest_lnd
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/lnworker.py
|
|
@ -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(): |
|
|
|