Skip to content

Commit

Permalink
Merge pull request bitcoin#681 from fedsten/master
Browse files Browse the repository at this point in the history
BIP 112: fix typo
  • Loading branch information
luke-jr committed Aug 26, 2018
2 parents e9d5abf + a5c5c76 commit 24618f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0112.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 24618f3

Please sign in to comment.