From e78fd5e57826fd0e85ee5331d2c11d477b3574c6 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Thu, 18 Oct 2018 18:22:14 -0600 Subject: [PATCH] Fix testnet activation windows --- lib/protocol/networks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/protocol/networks.js b/lib/protocol/networks.js index d3612302..48f6c5f4 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -644,9 +644,9 @@ testnet.block = { testnet.bip30 = {}; -testnet.activationThreshold = 1512; // 75% for testchains +testnet.activationThreshold = 600; // 75% for testchains -testnet.minerWindow = 2016; // nPowTargetTimespan / nPowTargetSpacing +testnet.minerWindow = 800; // nPowTargetTimespan / nPowTargetSpacing testnet.deployments = { csv: {