From 2512f5945ae0d00a570d24c52d179796ff4e0d2f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 7 Oct 2016 18:33:49 +0200 Subject: [PATCH] fix issue #1958 --- lib/keystore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keystore.py b/lib/keystore.py index 6c9415286..57c92a5b5 100644 --- a/lib/keystore.py +++ b/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()