Merge pull request #3135 from SomberNight/payment_req2

Payment request: "pay now" allow multiple attempts
This commit is contained in:
ThomasV 2017-10-27 11:20:04 +02:00 committed by GitHub
commit 93d7aebae4
1 changed files with 1 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
pr = self.invoices.get(key)
self.payment_request = pr
self.prepare_for_payment_request()
pr.error = None # this forces verify() to re-run
if pr.verify(self.contacts):
self.payment_request_ok()
else: