From a2048feb240eedd30f14be97a948c06e7caaf985 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 17 Oct 2017 11:45:55 +0200 Subject: [PATCH] add segwit option for cmdline create --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index cc9562da3..35e74309f 100644 --- a/lib/commands.py +++ b/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')