X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Ftimestamps.h;h=eb45fa4e7dd8e8b5d7084b55597867cf58280c4b;hp=0da5341541fd30ecf9bdebcbb59d0cc869079efd;hb=dd536eb94079058f0f2d780e99bea51bbaf4a90c;hpb=8255e72e1dde8eee26efd2506bd4417cddd836f7 diff --git a/src/timestamps.h b/src/timestamps.h index 0da5341..eb45fa4 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -4,5 +4,5 @@ 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