mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
Update bip-0065.mediawiki
the nLockTime feature may still be active as other inputs may not be final
This commit is contained in:
parent
004be2e822
commit
abc7ae83a0
@ -24,7 +24,7 @@ with an error:
|
||||
* the top item on the stack is less than 0; 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;
|
||||
* the nSequence field of the txin is 0xffffffff;
|
||||
|
||||
Otherwise, script execution will continue as if a NOP had been executed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user