X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Ftimestamps.h;h=57382bd1d6460633fe41658c34168865a044a14f;hp=0d876bd678d37d8d1bf68f79887fad185437a3f4;hb=415da519893e8fef7a10007fc82934385addd03d;hpb=0792fc8ea9d932635b8605e6271c9f8424748b77 diff --git a/src/timestamps.h b/src/timestamps.h index 0d876bd..57382bd 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -2,6 +2,5 @@ #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 CHECKLOCKTIMEVERIFY_SWITCH_TIME = 1461110400; // Wednesday, 20-Apr-16 00:00:00 UTC #endif