URI: 
       tfix #1378 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 465d1dfd8b7d6d294104679e9e60041360a70c06
   DIR parent 2ec19e752879c1446b28f0c47610fa6259972566
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri, 31 Jul 2015 14:51:48 +0200
       
       fix #1378
       
       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@@ -106,7 +106,7 @@ class Commands:
            def restore(self):
                """Restore a wallet from seed. """
        
       -    @command('')
       +    @command('w')
            def deseed(self):
                """Remove seed from wallet. This creates a seedless, watching-only
                wallet."""