minor fix: restore from hexadecimal seed
authorThomasV <thomasv@gitorious>
Fri, 1 Nov 2013 09:34:29 +0000 (10:34 +0100)
committerThomasV <thomasv@gitorious>
Fri, 1 Nov 2013 09:34:29 +0000 (10:34 +0100)
lib/wallet.py

index 41102cf..450f674 100644 (file)
@@ -311,6 +311,7 @@ class Wallet:
         try:
             seed.decode('hex')
             self.seed_version = 4
+            self.seed = str(seed)
             return
         except:
             pass