tFix tab issue for password - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit bab09b46278d8dfcb1472d0a0f053907cfca7eae DIR parent 6dfb9e12c7bad5eb50d2b8b4a154874c6af306da HTML Author: Maran <maran.hidskes@gmail.com> Date: Mon, 27 Aug 2012 10:38:22 +0200 Fix tab issue for password Diffstat: M electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -204,7 +204,7 @@ if __name__ == '__main__': if cmd in ['create', 'restore']: if wallet.file_exists: 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(':') host = raw_input("server (default:%s):"%w_host)