1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00

Merge pull request #681 from fedsten/master

BIP 112: fix typo
This commit is contained in:
Luke Dashjr 2018-08-26 22:43:41 +00:00 committed by GitHub
commit 24618f3f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 version is less than 2; or
** the transaction input sequence number disable flag (1 << 31) is set; or ** the transaction input sequence number disable flag (1 << 31) is set; or
** the relative lock-time type is not the same; 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. Otherwise, script execution will continue as if a NOP had been executed.