Constant bitcoin_scripting::LOCKTIME_MAX
source · pub const LOCKTIME_MAX: u32 = 0xFFFFFFFF;
Expand description
| Maximum nLockTime. Since a lock time indicates | the last invalid timestamp, a transaction with | this lock time will never be valid unless lock | time checking is disabled (by setting all input | sequence numbers to SEQUENCE_FINAL).