[#LOCKTIME_THRESHOLD] = LOCKTIME_THRESHOLD :mrdocs: Threshold for nLockTime. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int LOCKTIME_THRESHOLD = {500'000'000}; ---- == Description Below this value nLockTime is interpreted as a block number, otherwise as a UNIX timestamp. [.small]#Created with https://www.mrdocs.com[MrDocs]#