electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 465d1dfd8b7d6d294104679e9e60041360a70c06
parent 2ec19e752879c1446b28f0c47610fa6259972566
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 31 Jul 2015 14:51:48 +0200

fix #1378

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -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."""