diff --git a/lib/commands.py b/lib/commands.py index 24148ce1c..e1526d62c 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."""