Browse Source

fix: wallet.addresses

283
thomasv 12 years ago
parent
commit
79645e9b37
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -438,7 +438,7 @@ class Wallet:
for addr in self.first_addresses.values():
if addr not in o:
o += addr
o += [addr]
return o

Loading…
Cancel
Save