[#LOCKTIME_MAX] = LOCKTIME_MAX :mrdocs: Maximum nLockTime. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint32_t LOCKTIME_MAX = 0xFFFFFFFFU; ---- == Description Since a lock time indicates the last invalid timestamp, a transaction with this lock time will never be valid unless lock time checking is disabled (by setting all input sequence numbers to SEQUENCE_FINAL). [.small]#Created with https://www.mrdocs.com[MrDocs]#