From e9c0f9de5979227475cf920be8d673b542983132 Mon Sep 17 00:00:00 2001 From: Justus Kandzi Date: Wed, 17 Jan 2018 10:13:41 +0100 Subject: [PATCH] fix typo 'OP_CHECKLOCKTIME VERIFY' --- 09_2_Using_CLTV_in_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_2_Using_CLTV_in_Scripts.md b/09_2_Using_CLTV_in_Scripts.md index a97d22c..e6c65ae 100644 --- a/09_2_Using_CLTV_in_Scripts.md +++ b/09_2_Using_CLTV_in_Scripts.md @@ -27,7 +27,7 @@ Because CLTV is just part of a script (and presumably part of a P2SH transaction This is how `OP_CHECKLOCKTIMEVERIFY` would be used to check against May 24, 2017: ``` -1495652013 OP_CHECKLOCKTIME VERIFY +1495652013 OP_CHECKLOCKTIMEVERIFY ``` But we'll usually depict this in an abstraction like this: ```