mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-19 08:59:50 +00:00
Fix 'restore' command line to take -C.
This commit is contained in:
parent
9e71ef2d68
commit
4d6a0f29ee
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Commands:
|
||||||
"""Create a new wallet"""
|
"""Create a new wallet"""
|
||||||
|
|
||||||
@command('')
|
@command('')
|
||||||
def restore(self):
|
def restore(self, concealed = False):
|
||||||
"""Restore a wallet from seed. """
|
"""Restore a wallet from seed. """
|
||||||
|
|
||||||
@command('w')
|
@command('w')
|
||||||
|
|
Loading…
Add table
Reference in a new issue