Sander van Grieken 3 years ago
parent
commit
663ea431f6
  1. 2
      electrum/gui/qml/qewallet.py

2
electrum/gui/qml/qewallet.py

@ -624,7 +624,7 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
@pyqtSlot(QEAmount, str, int, bool, bool)
@pyqtSlot(QEAmount, str, int, bool, bool, bool)
def createRequest(self, amount: QEAmount, message: str, expiration: int, lightning_only: bool = False, reuse_address: bool = False):
self.delete_expired_requests()
self.deleteExpiredRequests()
try:
amount = amount.satsInt
addr = self.wallet.get_unused_address()

Loading…
Cancel
Save