X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftimestamps.h;h=bc4b95063a1ec8416e6ce33d250f4de03d71a315;hb=9d14e64825d95061ea0857267646dfcb3d62e07a;hp=dea9396f06c822ae067fc34419f5968c6346d1cb;hpb=a387ed6d733041338d8cfa92ef63ff514da7ce07;p=novacoin.git diff --git a/src/timestamps.h b/src/timestamps.h index dea9396..bc4b950 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -1,11 +1,7 @@ #ifndef BITCOIN_TIMESTAMPS_H #define BITCOIN_TIMESTAMPS_H -static const unsigned int STAKE_SWITCH_TIME = 1371686400; // Thu, 20 Jun 2013 00:00:00 GMT -static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Sat, 20 Jul 2013 00:00:00 GMT -static const unsigned int CHAINCHECKS_SWITCH_TIME = 1379635200; // Fri, 20 Sep 2013 00:00:00 GMT -static const unsigned int STAKECURVE_SWITCH_TIME = 1382227200; // Sun, 20 Oct 2013 00:00:00 GMT - -static const unsigned int VALIDATION_SWITCH_TIME = 1408492800; // Wed, 20 Aug 2014 00:00:00 GMT - +static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC +static const unsigned int SMALLDATA_SWITCH_TIME = 1458432000; // Sunday, 20-Mar-16 00:00:00 UTC +static const unsigned int CHECKLOCKTIMEVERIFY_SWITCH_TIME = 1461110400; // Wednesday, 20-Apr-16 00:00:00 UTC #endif