mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
add segwit option for cmdline create
This commit is contained in:
parent
fe75699d3a
commit
a2048feb24
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class Commands:
|
||||||
return ' '.join(sorted(known_commands.keys()))
|
return ' '.join(sorted(known_commands.keys()))
|
||||||
|
|
||||||
@command('')
|
@command('')
|
||||||
def create(self):
|
def create(self, segwit=False):
|
||||||
"""Create a new wallet"""
|
"""Create a new wallet"""
|
||||||
raise BaseException('Not a JSON-RPC command')
|
raise BaseException('Not a JSON-RPC command')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue