1
0

Merge branch 'master' of git://github.com/spesmilo/electrum

This commit is contained in:
ThomasV
2014-03-10 16:05:57 +01:00
4 changed files with 32 additions and 4 deletions

View File

@@ -1847,7 +1847,7 @@ class Wallet(object):
is_hex = False
if is_hex or (uses_electrum_words and len(words) != 13):
print "old style wallet", len(words), words
#print "old style wallet", len(words), words
w = OldWallet(storage)
w.init_seed(seed) #hex
else: