electrum

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

commit 8395bfe67f0a8be7219752d3cc84e0d20abc2cbc
parent c0378a5ba0dd3ba86a013a12b3eec0e267a85ee6
Author: ThomasV <thomasv@gitorious>
Date:   Sat, 15 Mar 2014 11:10:06 +0100

disable bip32 option before release

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -90,7 +90,7 @@ def arg_parser(): parser.add_option("-G", "--gap", dest="gap_limit", default=None, help="gap limit") parser.add_option("-W", "--password", dest="password", default=None, help="set password for usage with commands (currently only implemented for create command, do not use it for longrunning gui session since the password is visible in /proc)") parser.add_option("-1", "--oneserver", action="store_true", dest="oneserver", default=False, help="connect to one server only") - parser.add_option("--bip32", action="store_true", dest="bip32", default=False, help="bip32 (not final)") + #parser.add_option("--bip32", action="store_true", dest="bip32", default=False, help="bip32 (not final)") parser.add_option("--mpk", dest="mpk", default=False, help="restore from master public key") return parser