diff --git a/lib/commands.py b/lib/commands.py index 54b0acb1..fa255174 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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')