1
0

add watchtower_window

This commit is contained in:
ThomasV
2019-01-30 17:24:43 +01:00
parent 7bb4ea150f
commit 19e60f00bb
5 changed files with 121 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ from electrum.i18n import _
from electrum.lnchan import Channel
from electrum.lnutil import LOCAL, REMOTE, ConnStringFormatError
from .util import MyTreeView, WindowModalDialog, Buttons, OkButton, CancelButton, EnterButton
from .util import MyTreeView, WindowModalDialog, Buttons, OkButton, CancelButton, EnterButton, WWLabel
from .amountedit import BTCAmountEdit
from .channel_details import ChannelDetailsDialog
@@ -100,7 +100,6 @@ class ChannelsList(MyTreeView):
h = QHBoxLayout()
h.addWidget(self.status)
h.addStretch()
h.addWidget(EnterButton(_('Statistics'), self.statistics_dialog))
h.addWidget(EnterButton(_('Open Channel'), self.new_channel_dialog))
return h