1
0

try to fix "--offline" mode

This commit is contained in:
SomberNight
2020-01-09 18:21:48 +01:00
parent 37747d7469
commit 94888739d3
7 changed files with 22 additions and 9 deletions

View File

@@ -62,6 +62,7 @@ class WatchtowerDialog(QDialog):
self.gui_object = gui_object
self.config = gui_object.config
self.network = gui_object.daemon.network
assert self.network
self.lnwatcher = self.network.local_watchtower
self.setWindowTitle(_('Watchtower'))
self.setMinimumSize(600, 20)