[#CTxIn-SEQUENCE_FINAL] = xref:CTxIn.adoc[CTxIn]::SEQUENCE_FINAL :relfileprefix: ../ :mrdocs: Setting nSequence to this value for every input in a transaction disables nLockTime/IsFinalTx(). It fails OP_CHECKLOCKTIMEVERIFY/CheckLockTime() for any input that has it set (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 SEQUENCE_FINAL = {0xffffffff}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#