URI: 
       tFix 'restore' command line to take -C. - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4d6a0f29ee99969585294a2a22bc45385659a3c3
   DIR parent 9e71ef2d680fe98422c2ea9e8e37fae41cea66d4
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Mon, 31 Aug 2015 11:34:44 +0900
       
       Fix 'restore' command line to take -C.
       
       Diffstat:
         M lib/commands.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -103,7 +103,7 @@ class Commands:
                """Create a new wallet"""
        
            @command('')
       -    def restore(self):
       +    def restore(self, concealed = False):
                """Restore a wallet from seed. """
        
            @command('w')