mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix: add_seed
This commit is contained in:
parent
5a02836933
commit
63769c84d1
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -274,7 +274,7 @@ if __name__ == '__main__':
|
|||
if not config.get('2of3'):
|
||||
wallet = Wallet(storage)
|
||||
seed = wallet.make_seed()
|
||||
wallet.save_seed(seed, password)
|
||||
wallet.add_seed(seed, password)
|
||||
wallet.create_accounts(password)
|
||||
wallet.synchronize()
|
||||
print_msg("Your wallet generation seed is:\n\"%s\"" % seed)
|
||||
|
|
Loading…
Add table
Reference in a new issue