Browse Source

add segwit option for cmdline create

seed_v14
ThomasV 7 years ago
parent
commit
a2048feb24
  1. 2
      lib/commands.py

2
lib/commands.py

@ -130,7 +130,7 @@ class Commands:
return ' '.join(sorted(known_commands.keys()))
@command('')
def create(self):
def create(self, segwit=False):
"""Create a new wallet"""
raise BaseException('Not a JSON-RPC command')

Loading…
Cancel
Save