minor fix: restore from hexadecimal seed

This commit is contained in:
ThomasV 2013-11-01 10:34:29 +01:00
parent a9159729aa
commit 999bf3d2fd
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ class Wallet:
try:
seed.decode('hex')
self.seed_version = 4
self.seed = str(seed)
return
except:
pass