From 0e21984228c5b37f30de667c034272390b4c3c0a Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 21 May 2018 13:07:38 -0700 Subject: [PATCH] Fix testnet halving interval --- lib/protocol/networks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/networks.js b/lib/protocol/networks.js index 5f1b1412..8f2f33f0 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -540,7 +540,7 @@ testnet.checkpointMap = { testnet.lastCheckpoint = 2056; -testnet.halvingInterval = 840000; +testnet.halvingInterval = 800000; testnet.genesis = { version: 1,