tqt channels list: update channel when detecting close - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 135951a13f515e6e5567aa6cd2ca41dbf36ef07b
DIR parent f2242868fa21f51d747bfe2aa225d7a389532ce5
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Mon, 16 Jul 2018 18:31:24 +0200
qt channels list: update channel when detecting close
Diffstat:
M electrum/lnworker.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py
t@@ -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():