1
0
This commit is contained in:
ThomasV
2023-04-17 16:54:26 +02:00
parent 5b6a16e097
commit 85291b2de3

View File

@@ -383,6 +383,7 @@ class QEInvoice(QObject, QtEventListener):
# TODO: is update amount_msat for overrideAmount sufficient?
self._effectiveInvoice.amount_msat = self.amountOverride.satsInt * 1000
self._wallet.auth_message = _('Pay Lightning Invoice?')
self._wallet.pay_lightning_invoice(self._effectiveInvoice)
def get_max_spendable_onchain(self):