From 465d1dfd8b7d6d294104679e9e60041360a70c06 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 31 Jul 2015 14:51:48 +0200 Subject: [PATCH] fix #1378 --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 24148ce1..e1526d62 100644 --- 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."""