electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 0a8f5113405253d528241b7ed3a6641fe99ff5f9
parent a453189d37d52a5cf1e9edb9ac8045165910ba1c
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 17 Nov 2019 19:25:11 +0100

fix #5772

Diffstat:
Melectrum/gui/qt/settings_dialog.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/electrum/gui/qt/settings_dialog.py b/electrum/gui/qt/settings_dialog.py @@ -171,8 +171,6 @@ open. For this to work, your computer needs to be online regularly.""") def on_wt_url(): url = self.watchtower_url_e.text() or None watchtower_url = self.config.set_key('watchtower_url', url) - if url: - self.lnwatcher.set_remote_watchtower() self.watchtower_url_e.editingFinished.connect(on_wt_url) lightning_widgets.append((remote_wt_cb, self.watchtower_url_e))