tFix "restore" further by accepting --mpk - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 768adfb337c1c67f900c0a5c6e2ceeaaec59122f DIR parent 2d05e7d891f13dc07dacb57b11a32ff14d3500b4 HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Mon, 31 Aug 2015 13:52:18 +0900 Fix "restore" further by accepting --mpk Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -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')