From 13b5df0cdbc6aae3e65a07fa192a2699cfba3646 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Fri, 1 Dec 2017 13:57:58 -0500 Subject: [PATCH] don't initliaze segwit wallets by default (yet) --- blockstack_client/wallet.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blockstack_client/wallet.py b/blockstack_client/wallet.py index 9872eb00e..09369f342 100644 --- a/blockstack_client/wallet.py +++ b/blockstack_client/wallet.py @@ -208,12 +208,16 @@ def make_wallet(password, payment_privkey_info=None, owner_privkey_info=None, da if segwit is None: # no preference given. # safe to use by default post-F-day 2017 (Dec 1 2017) + ''' if time.time() >= 1512086400: segwit = True else: # defer to virtualchain segwit = virtualchain.get_features('segwit') + ''' + # disable for now + segwit = False # default to 2-of-3 multisig key info if data isn't given if segwit: