diff --git a/9_2_Using_CLTV_in_Scripts.md b/9_2_Using_CLTV_in_Scripts.md index b3f2bc6..0d380f8 100644 --- a/9_2_Using_CLTV_in_Scripts.md +++ b/9_2_Using_CLTV_in_Scripts.md @@ -31,22 +31,22 @@ This is how a `OP_CHECKLOCKTIMEVERIFY` might be used to check against May 24, 20 ``` But we'll usually depict this in an abstraction like this: ``` - OP_CHECKLOCKTIME VERIFY + OP_CHECKLOCKTIMEVERIFY ``` Or this: ``` - OP_CHECKLOCKTIME VERIFY + OP_CHECKLOCKTIMEVERIFY ``` ### Understand a CLTV Absolute Block Height This is how `OPCHECKLOCKTIMEVERIFY` might be used to check against a blockheight that was reached on May 24, 2017: ``` -467951 OP_CHECKLOCKTIME VERIFY +467951 OP_CHECKLOCKTIMEVERIFY ``` But we'll usually abtract it like this: ``` - OP_CHECKLOCKTIME VERIFY + OP_CHECKLOCKTIMEVERIFY ``` ### Understand How CLTV Really Works