tminor fix: restore from hexadecimal seed - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 999bf3d2fd7922c6b96431816a999a069a15451e DIR parent a9159729aaed9cfb07ecc8f8536f51e580448fe7 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 1 Nov 2013 10:34:29 +0100 minor fix: restore from hexadecimal seed Diffstat: M lib/wallet.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -311,6 +311,7 @@ class Wallet: try: seed.decode('hex') self.seed_version = 4 + self.seed = str(seed) return except: pass