Fix tab issue for password
This commit is contained in:
2
electrum
2
electrum
@@ -204,7 +204,7 @@ 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(':')
|
||||||
host = raw_input("server (default:%s):"%w_host)
|
host = raw_input("server (default:%s):"%w_host)
|
||||||
|
|||||||
Reference in New Issue
Block a user