mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
bugfix: wrong indentation level for prompt_password.
This commit is contained in:
parent
2598e89d00
commit
c9ed01e90b
1 changed files with 1 additions and 2 deletions
1
electrum
1
electrum
|
@ -199,7 +199,6 @@ if __name__ == '__main__':
|
||||||
if cmd in ['create', 'restore']:
|
if cmd in ['create', 'restore']:
|
||||||
if wallet.file_exists:
|
if wallet.file_exists:
|
||||||
sys.exit("Error: Remove the existing wallet first!")
|
sys.exit("Error: Remove the existing wallet first!")
|
||||||
|
|
||||||
password = prompt_password("Password (hit return if you do not wish to encrypt your wallet):")
|
password = prompt_password("Password (hit return if you do not wish to encrypt your wallet):")
|
||||||
|
|
||||||
w_host, w_port, w_protocol = wallet.server.split(':')
|
w_host, w_port, w_protocol = wallet.server.split(':')
|
||||||
|
|
Loading…
Add table
Reference in a new issue