mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
960407925a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ if __name__ == '__main__':
|
||||||
wallet = Wallet(storage)
|
wallet = Wallet(storage)
|
||||||
if not storage.file_exists:
|
if not storage.file_exists:
|
||||||
wallet.seed = ''
|
wallet.seed = ''
|
||||||
wallet.create_watching_only_wallet(master_public_key,master_chain)
|
wallet.create_watching_only_wallet(master_public_key)
|
||||||
|
|
||||||
wallet.synchronize = lambda: None # prevent address creation by the wallet
|
wallet.synchronize = lambda: None # prevent address creation by the wallet
|
||||||
wallet.start_threads(network)
|
wallet.start_threads(network)
|
||||||
|
|
Loading…
Add table
Reference in a new issue