From e57bde783c3e1278c4a2499826358920cec0ddb5 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Thu, 3 Sep 2015 18:52:30 +0300 Subject: [PATCH] nChainChecksSwitchTime comstant. --- Novacoin/NetInfo.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Novacoin/NetInfo.cs b/Novacoin/NetInfo.cs index a899fbd..d8ac0cf 100644 --- a/Novacoin/NetInfo.cs +++ b/Novacoin/NetInfo.cs @@ -12,6 +12,8 @@ namespace Novacoin public static uint256 nPoWBase = new uint256("00000000ffff0000000000000000000000000000000000000000000000000000"); // difficulty-1 target + public static uint nChainChecksSwitchTime = 1379635200; // Fri, 20 Sep 2013 00:00:00 GMT + public static readonly uint nLockTimeThreshold = 500000000; private static readonly uint nDrift = 7200; -- 1.7.1