mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
synchronize after creation
This commit is contained in:
parent
29ee4d5a28
commit
bcee01f4bb
2 changed files with 2 additions and 2 deletions
|
@ -767,7 +767,7 @@ if __name__ == '__main__':
|
||||||
print "Your seed is", wallet.seed
|
print "Your seed is", wallet.seed
|
||||||
print "Please store it safely"
|
print "Please store it safely"
|
||||||
# generate first key
|
# generate first key
|
||||||
wallet.create_new_address2(False)
|
wallet.synchronize()
|
||||||
|
|
||||||
# check syntax
|
# check syntax
|
||||||
if cmd in ['payto', 'mktx']:
|
if cmd in ['payto', 'mktx']:
|
||||||
|
|
|
@ -113,7 +113,7 @@ def init_wallet(wallet):
|
||||||
run_settings_dialog(wallet, is_create=True, is_recovery=False, parent=None)
|
run_settings_dialog(wallet, is_create=True, is_recovery=False, parent=None)
|
||||||
|
|
||||||
# generate first key
|
# generate first key
|
||||||
wallet.create_new_address2(False)
|
wallet.synchronize()
|
||||||
|
|
||||||
# run a dialog indicating the seed, ask the user to remember it
|
# run a dialog indicating the seed, ask the user to remember it
|
||||||
show_seed_dialog(wallet, None, None)
|
show_seed_dialog(wallet, None, None)
|
||||||
|
|
Loading…
Add table
Reference in a new issue