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: if seed:
try: try:
seed.decode('hex') seed.decode('hex')
return OLD_SEED_VERSION, str(seed) return str(seed)
except Exception: except Exception:
pass pass
words = seed.split() words = seed.split()