From 768adfb337c1c67f900c0a5c6e2ceeaaec59122f Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 31 Aug 2015 13:52:18 +0900 Subject: [PATCH] Fix "restore" further by accepting --mpk --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index cf5c91912..348c207af 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')