disable segwit for testnet, for now.

This commit is contained in:
Christopher Jeffrey 2016-07-24 23:53:12 -07:00
parent e884a9ed48
commit cd4bcb48e8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -542,7 +542,7 @@ testnet.block = {
slowHeight: 750000
};
testnet.witness = true;
testnet.witness = false;
testnet.segwitHeight = 2000000000;