X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Ftimestamps.h;fp=src%2Ftimestamps.h;h=218a429160c2c6e12023d021c3a785d60eb20565;hp=57382bd1d6460633fe41658c34168865a044a14f;hb=e09ec7670e789387df2c05571a8118b99e54af3a;hpb=31f9279802ea4466d7a4e3720027b70df0341789 diff --git a/src/timestamps.h b/src/timestamps.h index 57382bd..218a429 100644 --- a/src/timestamps.h +++ b/src/timestamps.h @@ -3,4 +3,6 @@ static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC static const unsigned int CHECKLOCKTIMEVERIFY_SWITCH_TIME = 1461110400; // Wednesday, 20-Apr-16 00:00:00 UTC +// Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp. +static const unsigned int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 1985 UTC #endif