Maximum nLockTime.

Synopsis

Declared in <script/script.h>

inline constexpr uint32_t LOCKTIME_MAX = 0xFFFFFFFFU;

Description

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).

Created with MrDocs