electrum

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

commit 999bf3d2fd7922c6b96431816a999a069a15451e
parent a9159729aaed9cfb07ecc8f8536f51e580448fe7
Author: ThomasV <thomasv@gitorious>
Date:   Fri,  1 Nov 2013 10:34:29 +0100

minor fix: restore from hexadecimal seed

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

diff --git a/lib/wallet.py b/lib/wallet.py @@ -311,6 +311,7 @@ class Wallet: try: seed.decode('hex') self.seed_version = 4 + self.seed = str(seed) return except: pass