From a5c5c7622093ee758f7bae3156b9f79a51da65fb Mon Sep 17 00:00:00 2001 From: Federico Tenga <31323835+fedsten@users.noreply.github.com> Date: Wed, 16 May 2018 19:23:22 +0200 Subject: [PATCH] Update bip-0112.mediawiki --- bip-0112.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 65171a4b..f3d370a3 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.