URI: 
       tbugfix: wrong indentation level for prompt_password. - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c9ed01e90b648d8c57c7d0e4adb986e09e71e588
   DIR parent 2598e89d00b6d82a514d79528e8d8341337e12f9
  HTML Author: Amir Taaki <genjix@riseup.net>
       Date:   Mon, 20 Aug 2012 10:12:16 +0100
       
       bugfix: wrong indentation level for prompt_password.
       
       Diffstat:
         M electrum                            |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -199,8 +199,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)