X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftimestamps.h;h=176eb05a5adbda0c286d4aa1b55b31b7af0e67e8;hb=ef17ac0211ddd486127e1f94756fbb3fd704a9b4;hp=0da5341541fd30ecf9bdebcbb59d0cc869079efd;hpb=c924aa72345b84d12d3a37ffea4a90d3534acbf9;p=novacoin.git diff --git a/src/timestamps.h b/src/timestamps.h index 0da5341..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 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 +static const unsigned int CHECKSEQUENCEVERIFY_SWITCH_TIME = 1645797620; // Friday, 25-Feb-2022 14:00:20 UTC #endif