tadd segwit option for make_seed command - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6b1d9ca315a031594adb1a2d619b94fceaf15157 DIR parent ecf6ae65eefc17ae9893d111a9f865f427a9cb42 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 17 Sep 2017 17:08:46 +0200 add segwit option for make_seed command Diffstat: M lib/commands.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -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."),