Browse Source

fix typo

master
ThomasV 3 years ago
parent
commit
b42bb84b5c
  1. 2
      electrum/gui/qml/qechannelopener.py

2
electrum/gui/qml/qechannelopener.py

@ -173,7 +173,7 @@ class QEChannelOpener(QObject, AuthMixin):
self._finalizer.wallet = self._wallet
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):
"""
conn_str: a connection string that extract_nodeid can parse, i.e. cannot be a trampoline name

Loading…
Cancel
Save