This commit is contained in:
ThomasV 2017-11-03 17:08:13 +01:00
parent a70970ca20
commit f7ecfd104d
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ class Abstract_Wallet(PrintError):
addr = x.get('address')
return self.get_address_index(addr)
except:
return -1, (0, 0)
return addr
return sorted(map(lambda x: self.get_payment_request(x, config), self.receive_requests.keys()), key=f)
def get_fingerprint(self):