1
0
This commit is contained in:
ThomasV
2014-04-20 10:42:13 +02:00
parent 6c96b38abf
commit 41f9da1559
3 changed files with 6 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ def is_old_seed(seed):
try:
seed.decode('hex')
is_hex = True
is_hex = (len(seed) == 32)
except Exception:
is_hex = False