[#CTxIn-MAX_SEQUENCE_NONFINAL] = xref:CTxIn.adoc[CTxIn]::MAX_SEQUENCE_NONFINAL :relfileprefix: ../ :mrdocs: This is the maximum sequence number that enables both nLockTime and OP_CHECKLOCKTIMEVERIFY (BIP 65). It has SEQUENCE_LOCKTIME_DISABLE_FLAG set (BIP 68/112). == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint32_t MAX_SEQUENCE_NONFINAL = {SEQUENCE_FINAL ‐ 1}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#