mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +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.seed = None
|
||||||
wallet.init_sequence(str(seed))
|
wallet.init_sequence(str(seed))
|
||||||
else:
|
else:
|
||||||
wallet.seed = str(seed)
|
wallet.init_seed( str(seed) )
|
||||||
wallet.init_mpk( wallet.seed )
|
|
||||||
|
|
||||||
if not options.offline:
|
if not options.offline:
|
||||||
interface = Interface(config)
|
interface = Interface(config)
|
||||||
|
|
Loading…
Add table
Reference in a new issue