From cd4bcb48e84ef5dd0e32790bb407d3149bf2a764 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 24 Jul 2016 23:53:12 -0700 Subject: [PATCH] disable segwit for testnet, for now. --- lib/bcoin/protocol/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/protocol/network.js b/lib/bcoin/protocol/network.js index e4b8ae90..451c5865 100644 --- a/lib/bcoin/protocol/network.js +++ b/lib/bcoin/protocol/network.js @@ -542,7 +542,7 @@ testnet.block = { slowHeight: 750000 }; -testnet.witness = true; +testnet.witness = false; testnet.segwitHeight = 2000000000;