Browse Source

print statement should be debug only

comment print statement of seed
283
Michael Wozniak 11 years ago
parent
commit
820328781a
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -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:

Loading…
Cancel
Save