Browse Source

fix issue #1958

283
ThomasV 8 years ago
parent
commit
2512f5945a
  1. 2
      lib/keystore.py

2
lib/keystore.py

@ -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()

Loading…
Cancel
Save