NLockTime: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(improved grammar.)
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}


nLockTime is a parameter of a transaction, that, if any input indicates so (by having nSequence not equal to UINT_MAX), mandates a minimal time (specified in either unix time or block height), before which the transaction cannot be accepted into a block.  If all inputs in a transaction have nSequence equal to UINT_MAX, then nLockTime is ignored.
'''nLockTime''' is a parameter of a transaction, that, if any input indicates so (by having nSequence not equal to UINT_MAX), mandates a minimal time (specified in either unix time or block height), before which the transaction cannot be accepted into a block.  If all inputs in a transaction have nSequence equal to UINT_MAX, then nLockTime is ignored.


See lock_time in [[Protocol_specification#tx|the protocol specification]]
See lock_time in [[Protocol_specification#tx|the protocol specification]]


[[Category:Technical]]
[[Category:Technical]]
{{lowercase}}

Revision as of 17:50, 22 September 2016

This page is a stub. Help by expanding it.

nLockTime is a parameter of a transaction, that, if any input indicates so (by having nSequence not equal to UINT_MAX), mandates a minimal time (specified in either unix time or block height), before which the transaction cannot be accepted into a block. If all inputs in a transaction have nSequence equal to UINT_MAX, then nLockTime is ignored.

See lock_time in the protocol specification