This commit is contained in:
ThomasV 2016-10-07 18:33:49 +02:00
parent f5380b3500
commit 2512f5945a
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class Old_KeyStore(Deterministic_KeyStore):
if seed:
try:
seed.decode('hex')
return OLD_SEED_VERSION, str(seed)
return str(seed)
except Exception:
pass
words = seed.split()