Difference between revisions of "NLockTime"

From Bitcoin Wiki
Jump to: navigation, search
Line 3: Line 3:
 
nLockTime is a parameter that can be attached to a transaction, that mandates a minimal time (specified in either unix time or block height), that before this time, the transaction cannot be accepted into a block.
 
nLockTime is a parameter that can be attached to a transaction, that mandates a minimal time (specified in either unix time or block height), that before this time, the transaction cannot be accepted into a block.
  
See lock_time in [[Protocol_specification#tx|The protocol specification]]
+
See lock_time in [[Protocol_specification#tx|the protocol specification]]
  
 
[[Category:Technical]]
 
[[Category:Technical]]

Revision as of 08:00, 21 May 2013

Hashbtc.jpgThis page is a stub. Help by expanding it.

nLockTime is a parameter that can be attached to a transaction, that mandates a minimal time (specified in either unix time or block height), that before this time, the transaction cannot be accepted into a block.

See lock_time in the protocol specification