X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftimestamps.h;h=57382bd1d6460633fe41658c34168865a044a14f;hb=HEAD;hp=0a912d425c18fb6609ecb3246fee23bd7b429f2d;hpb=8118d1168e4e3f87f8d19c58ec3cce36eccdb92b;p=novacoin.git diff --git a/src/timestamps.h b/src/timestamps.h index 0a912d4..176eb05 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -2,7 +2,7 @@ #define BITCOIN_TIMESTAMPS_H static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC -static const unsigned int CHAINCHECKS_SWITCH_TIME = 1379635200; // Friday, 20-Sep-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 +static const unsigned int CHECKSEQUENCEVERIFY_SWITCH_TIME = 1645797620; // Friday, 25-Feb-2022 14:00:20 UTC #endif