tlnbase: update gui after accomodating channel opening request - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit bdf36ac6494cec6c3c537d3a64bb58eacdd55bee DIR parent 0405f0d9ad2dfb356172d7454a45cf4de2008678 HTML Author: Janus <ysangkok@gmail.com> Date: Thu, 4 Oct 2018 14:44:58 +0200 lnbase: update gui after accomodating channel opening request Diffstat: M electrum/lnbase.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum/lnbase.py b/electrum/lnbase.py t@@ -734,6 +734,7 @@ class Peer(PrintError): m.local_state = m.local_state._replace(ctn=0, current_commitment_signature=remote_sig) self.lnworker.save_channel(m) self.lnwatcher.watch_channel(m, m.sweep_address, partial(self.lnworker.on_channel_utxos, m)) + self.lnworker.on_channels_updated() while True: try: funding_tx = Transaction(await self.network.get_transaction(funding_txid))