1
0

initial lightning channel details, action menu

This commit is contained in:
Sander van Grieken
2022-06-22 11:36:25 +02:00
parent 329bbaff3d
commit 04ce548e42
6 changed files with 389 additions and 6 deletions

View File

@@ -57,9 +57,8 @@ class QEInvoice(QObject):
invoiceCreateError = pyqtSignal([str,str], arguments=['code', 'message'])
def __init__(self, config, parent=None):
def __init__(self, parent=None):
super().__init__(parent)
self.config = config
self.clear()
@pyqtProperty(int, notify=invoiceChanged)