mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
bug fix: init_seed
This commit is contained in:
parent
a4f977190e
commit
1f1693d29b
1 changed files with 1 additions and 2 deletions
3
electrum
3
electrum
|
@ -236,8 +236,7 @@ if __name__ == '__main__':
|
|||
wallet.seed = None
|
||||
wallet.init_sequence(str(seed))
|
||||
else:
|
||||
wallet.seed = str(seed)
|
||||
wallet.init_mpk( wallet.seed )
|
||||
wallet.init_seed( str(seed) )
|
||||
|
||||
if not options.offline:
|
||||
interface = Interface(config)
|
||||
|
|
Loading…
Add table
Reference in a new issue