add segwit option for cmdline create
This commit is contained in:
@@ -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')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user