Skip to content

Commit 24618f3

Browse files
authored
Merge pull request bitcoin#681 from fedsten/master
BIP 112: fix typo
2 parents e9d5abf + a5c5c76 commit 24618f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0112.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When executed, if any of the following conditions are true, the script interpret
3232
** the transaction version is less than 2; or
3333
** the transaction input sequence number disable flag (1 << 31) is set; or
3434
** the relative lock-time type is not the same; or
35-
** the top stack item is greater than the transaction sequence (when masked according to the BIP68);
35+
** the top stack item is greater than the transaction input sequence (when masked according to the BIP68);
3636
3737
Otherwise, script execution will continue as if a NOP had been executed.
3838

0 commit comments

Comments
 (0)