|
@ -1126,7 +1126,7 @@ class Abstract_Wallet(PrintError): |
|
|
domain = self.get_receiving_addresses() |
|
|
domain = self.get_receiving_addresses() |
|
|
choice = domain[0] |
|
|
choice = domain[0] |
|
|
for addr in domain: |
|
|
for addr in domain: |
|
|
if addr not in self.history.keys(): |
|
|
if not self.history.get(addr): |
|
|
if addr not in self.receive_requests.keys(): |
|
|
if addr not in self.receive_requests.keys(): |
|
|
return addr |
|
|
return addr |
|
|
else: |
|
|
else: |
|
|