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

Loading…
Cancel
Save