Fix "restore" further by accepting --mpk
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user