If CTxIn::nSequence encodes a relative lock-time, this mask is applied to extract that lock-time from the sequence field.
Declared in <primitives/transaction.h>
<primitives/transaction.h>
inline constexpr static uint32_t SEQUENCE_LOCKTIME_MASK = {0x0000ffff};