Browse Source

add segwit option for cmdline create

seed_v14
ThomasV 8 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())) 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…
Cancel
Save