diff --git a/lib/commands.py b/lib/commands.py index cf5c9191..348c207a 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -103,7 +103,7 @@ class Commands: """Create a new wallet""" @command('') - def restore(self, concealed = False): + def restore(self, concealed=False, mpk=None): """Restore a wallet from seed. """ @command('w')