This commit is contained in:
SomberNight 2017-10-27 03:06:41 +02:00
parent e7d4bf2945
commit 7c3a0905ce
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: