mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 9_2_Using_CLTV_in_Scripts.md
This commit is contained in:
parent
376c842f09
commit
0eeea9d291
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
`OP_CHECKLOCKTIMEVERIFY` (or CLTV) is the natural complement to `nLockTime`. It moves the idea of locking transactions by an absolute time or blockheight into the realm of opcodes, allowing for the locking of individual UTXOs.
|
`OP_CHECKLOCKTIMEVERIFY` (or CLTV) is the natural complement to `nLockTime`. It moves the idea of locking transactions by an absolute time or blockheight into the realm of opcodes, allowing for the locking of individual UTXOs.
|
||||||
|
|
||||||
### Remember nLockTime
|
## Remember nLockTime
|
||||||
|
|
||||||
Before digging into CLTV, we should first recall how `nLockTime` works.
|
Before digging into CLTV, we should first recall how `nLockTime` works.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user