CTxIn::MAX_SEQUENCE_NONFINAL

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>

inline constexpr static
uint32_t MAX_SEQUENCE_NONFINAL = {SEQUENCE_FINAL - 1};