mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-22 15:04:46 +01:00
Update bip-0112.mediawiki
This commit is contained in:
parent
f7cfefaccf
commit
a5c5c76220
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ When executed, if any of the following conditions are true, the script interpret
|
|||
** the transaction version is less than 2; or
|
||||
** the transaction input sequence number disable flag (1 << 31) is set; or
|
||||
** the relative lock-time type is not the same; or
|
||||
** the top stack item is greater than the transaction sequence (when masked according to the BIP68);
|
||||
** the top stack item is greater than the transaction input sequence (when masked according to the BIP68);
|
||||
|
||||
Otherwise, script execution will continue as if a NOP had been executed.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue