electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit a2048feb240eedd30f14be97a948c06e7caaf985
parent fe75699d3a2eb2254db381e70c14f1d540f55b24
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 17 Oct 2017 11:45:55 +0200

add segwit option for cmdline create

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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')