Skip to content

Commit

Permalink
followup 61179ed
Browse files Browse the repository at this point in the history
  • Loading branch information
accumulator committed Apr 25, 2023
1 parent a23457f commit 663ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/gui/qml/qewallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def deleteExpiredRequests(self):
@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()
Expand Down

0 comments on commit 663ea43

Please sign in to comment.