mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
Fix "restore" further by accepting --mpk
This commit is contained in:
parent
2d05e7d891
commit
768adfb337
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue