tadd segwit option for cmdline create - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a2048feb240eedd30f14be97a948c06e7caaf985 DIR parent fe75699d3a2eb2254db381e70c14f1d540f55b24 HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 17 Oct 2017 11:45:55 +0200 add segwit option for cmdline create Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -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')