1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Update bip-0065.mediawiki

This commit is contained in:
jl2012 2015-12-06 23:52:42 +08:00
parent 71dd5c44e8
commit 004be2e822

View File

@ -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 any of the following conditions are true, the script interpreter will terminate
with an error: 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 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 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; * the nLockTime feature is disabled by setting the nSequence field of the txin to 0xffffffff;