X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftimestamps.h;h=bc4b95063a1ec8416e6ce33d250f4de03d71a315;hb=f2b467c8d7d761dd47e58ad9ed4d8ede92a24601;hp=0d876bd678d37d8d1bf68f79887fad185437a3f4;hpb=0792fc8ea9d932635b8605e6271c9f8424748b77;p=novacoin.git diff --git a/src/timestamps.h b/src/timestamps.h index 0d876bd..bc4b950 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -2,6 +2,6 @@ #define BITCOIN_TIMESTAMPS_H static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC -static const unsigned int COINBASE_SIGOPS_SWITCH_TIME = 1447977600; // Friday, 20-Nov-15 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