diff options
-rw-r--r-- | bip-0065.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index a960e54..a90be62 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -20,9 +20,9 @@ CHECKLOCKTIMEVERIFY redefines the existing NOP2 opcode. When executed, if any of the following conditions are true, the script interpreter will terminate with an error: -* the stake is empty; or +* the stack is empty; or * the top item on the stack is less than 0; or -* the lock-time type (height vs. timestamp) of the top stake item and the nLockTime field are not the same; or +* the lock-time type (height vs. timestamp) of the top stack item and the nLockTime field are not the same; or * the top stack item is greater than the transaction's nLockTime field; or * the nLockTime feature is disabled by setting the nSequence field of the txin to 0xffffffff; |