[#CTxIn-SEQUENCE_LOCKTIME_DISABLE_FLAG] = xref:CTxIn.adoc[CTxIn]::SEQUENCE_LOCKTIME_DISABLE_FLAG :relfileprefix: ../ :mrdocs: If this flag is set, CTxIn::nSequence is NOT interpreted as a relative lock‐time. It skips SequenceLocks() for any input that has it set (BIP 68). It fails OP_CHECKSEQUENCEVERIFY/CheckSequence() for any input that has it set (BIP 112). == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint32_t SEQUENCE_LOCKTIME_DISABLE_FLAG = {1U << 31}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#