add segwit option for make_seed command

This commit is contained in:
ThomasV 2017-09-17 17:08:46 +02:00
parent ecf6ae65ee
commit 6b1d9ca315
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ command_options = {
'change_addr': ("-c", "--change", "Change address. Default is a spare address, or the source address if it's not in the wallet"),
'nbits': (None, "--nbits", "Number of bits of entropy"),
'entropy': (None, "--entropy", "Custom entropy"),
'segwit': (None, "--segwit", "Create segwit seed"),
'language': ("-L", "--lang", "Default language for wordlist"),
'gap_limit': ("-G", "--gap", "Gap limit"),
'privkey': (None, "--privkey", "Private key. Set to '?' to get a prompt."),