fix typo
This commit is contained in:
@@ -173,7 +173,7 @@ class QEChannelOpener(QObject, AuthMixin):
|
|||||||
self._finalizer.wallet = self._wallet
|
self._finalizer.wallet = self._wallet
|
||||||
self.finalizerChanged.emit()
|
self.finalizerChanged.emit()
|
||||||
|
|
||||||
@auth_protect(message=_('Open Lichtning channel?'))
|
@auth_protect(message=_('Open Lightning channel?'))
|
||||||
def do_open_channel(self, funding_tx, conn_str, password):
|
def do_open_channel(self, funding_tx, conn_str, password):
|
||||||
"""
|
"""
|
||||||
conn_str: a connection string that extract_nodeid can parse, i.e. cannot be a trampoline name
|
conn_str: a connection string that extract_nodeid can parse, i.e. cannot be a trampoline name
|
||||||
|
|||||||
Reference in New Issue
Block a user