mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #614 from wozz/print-seed
print statement should be debug only
This commit is contained in:
commit
5053f97dc2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue