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