Skip to content

Commit 598791e

Browse files
authored
Merge pull request #591 from SebiCreator/patch-1
Update 11_2_Using_CLTV_in_Scripts.md
2 parents 9d1282b + 8a2a695 commit 598791e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

11_2_Using_CLTV_in_Scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ But we'll usually abtract it like this:
5151

5252
The above explanation is sufficient to use and understand CLTV. However, [BIP 65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki) lays out all the details.
5353

54-
A locking script will only allow a transaction to respend a UTXO locked with a CLTV if `OP_CHECKLOCKTIMEVALUE` verifies all of the following:
54+
A locking script will only allow a transaction to respend a UTXO locked with a CLTV if `OP_CHECKLOCKTIMEVERIFY` verifies all of the following:
5555

5656
* The `nSequence` field must be set to less than 0xffffffff, usually 0xffffffff-1 to avoid confilcts with relative timelocks.
5757
* CLTV must pop an operand off the stack and it must be 0 or greater.

0 commit comments

Comments
 (0)