electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 79645e9b37702010684ae3c712183826786f0f50
parent 73901a001a77ae33391eb560f63a2e091f9a2d36
Author: thomasv <thomasv@gitorious>
Date:   Tue, 10 Sep 2013 19:41:56 +0200

fix: wallet.addresses

Diffstat:
Mlib/wallet.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wallet.py b/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