Threshold for nLockTime.
Synopsis
Declared in <script/script.h>
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.
Created with MrDocs