fix typo 'OP_CHECKLOCKTIME VERIFY'

This commit is contained in:
Justus Kandzi 2018-01-17 10:13:41 +01:00
parent f837bd79a1
commit e9c0f9de59

View File

@ -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: 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: But we'll usually depict this in an abstraction like this:
``` ```