commit 768adfb337c1c67f900c0a5c6e2ceeaaec59122f
parent 2d05e7d891f13dc07dacb57b11a32ff14d3500b4
Author: Neil Booth <kyuupichan@gmail.com>
Date: Mon, 31 Aug 2015 13:52:18 +0900
Fix "restore" further by accepting --mpk
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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')