tfix: wallet.addresses - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 79645e9b37702010684ae3c712183826786f0f50
DIR parent 73901a001a77ae33391eb560f63a2e091f9a2d36
HTML Author: thomasv <thomasv@gitorious>
Date: Tue, 10 Sep 2013 19:41:56 +0200
fix: wallet.addresses
Diffstat:
M lib/wallet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -438,7 +438,7 @@ class Wallet:
for addr in self.first_addresses.values():
if addr not in o:
- o += addr
+ o += [addr]
return o