summaryrefslogtreecommitdiff
path: root/bip-0112.mediawiki
diff options
context:
space:
mode:
authorFederico Tenga <31323835+fedsten@users.noreply.github.com>2018-05-16 19:23:22 +0200
committerGitHub <noreply@github.com>2018-05-16 19:23:22 +0200
commita5c5c7622093ee758f7bae3156b9f79a51da65fb (patch)
tree8c1a251502e95c07622754ccdec69e8ef73237ca /bip-0112.mediawiki
parentf7cfefaccff43eb80c12b6288d97d6e012c4ca16 (diff)
downloadbips-a5c5c7622093ee758f7bae3156b9f79a51da65fb.tar.xz
Update bip-0112.mediawiki
Diffstat (limited to 'bip-0112.mediawiki')
-rw-r--r--bip-0112.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki
index 65171a4..f3d370a 100644
--- a/bip-0112.mediawiki
+++ b/bip-0112.mediawiki
@@ -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.