Browse Source

fix bip70 potentially not returning gui fields tuple

master
Sander van Grieken 3 years ago
parent
commit
5cc7948eee
  1. 2
      electrum/payment_identifier.py

2
electrum/payment_identifier.py

@ -651,7 +651,7 @@ class PaymentIdentifier(Logger):
pr = self.bip70_data
if pr.error:
self.error = pr.error
return
else:
recipient = pr.get_requestor()
amount = pr.get_amount()
description = pr.get_memo()

Loading…
Cancel
Save