mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
fix typo 'OP_CHECKLOCKTIME VERIFY'
This commit is contained in:
parent
f837bd79a1
commit
e9c0f9de59
@ -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:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user