From: CryptoManiac Date: Thu, 3 Sep 2015 15:52:30 +0000 (+0300) Subject: nChainChecksSwitchTime comstant. X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=commitdiff_plain;h=e57bde783c3e1278c4a2499826358920cec0ddb5 nChainChecksSwitchTime comstant. --- 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;