appendix-bitcion: mention lock time field by name

pull/848/head
Olaoluwa Osuntokun 3 years ago
parent 50877c5b12
commit cb86b53dfe
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

@ -391,7 +391,7 @@ Another important building block that exists in Bitcoin and is used extensively
Bitcoin has two levels of timelocks: transaction-level timelocks and output-level timelocks.
A transaction-level timelock is recorded in the transaction header and prevents the entire transaction from being accepted before the timelock has passed. Transaction-level timelocks are most often used in conjunction with output-level timelocks.
A transaction-level timelock is recorded in the transaction `nLockTime` field of the transaction and prevents the entire transaction from being accepted before the timelock has passed. Transaction-level locktimes are the most commonly used lock time mechanism in Bitcion today.
An output-level timelock is created by a script operator. There are two types of output timelocks: _absolute timelocks_ and _relative timelocks_.

Loading…
Cancel
Save