Update 9_2_Using_CLTV_in_Scripts.md

This commit is contained in:
Shannon Appelcline 2017-05-24 14:32:03 -07:00 committed by GitHub
parent 376c842f09
commit 0eeea9d291

View File

@ -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.
### Remember nLockTime
## Remember nLockTime
Before digging into CLTV, we should first recall how `nLockTime` works.