1
0

add auth message for open_channel

This commit is contained in:
ThomasV
2023-04-17 17:14:23 +02:00
parent e430063351
commit 1421df57ad

View File

@@ -165,6 +165,7 @@ class QEChannelOpener(QObject, AuthMixin):
node_id=self._node_pubkey,
fee_est=None)
self.auth_message = _('Open Lightning channel?')
acpt = lambda tx: self.do_open_channel(tx, self._connect_str_resolved, self._wallet.password)
self._finalizer = QETxFinalizer(self, make_tx=mktx, accept=acpt)