summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
authorjl2012 <jl2012@users.noreply.github.com>2015-12-09 00:37:25 +0800
committerjl2012 <jl2012@users.noreply.github.com>2015-12-09 00:37:25 +0800
commitabc7ae83a0ae3f31e83bf7933bcf26ed4f6b529d (patch)
treea18c36325afa2eed95a14be00a2af09258d08b4e /bip-0065.mediawiki
parent004be2e8225d582fa1bfd27f08b856996c981586 (diff)
downloadbips-abc7ae83a0ae3f31e83bf7933bcf26ed4f6b529d.tar.xz
Update bip-0065.mediawiki
the nLockTime feature may still be active as other inputs may not be final
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index a90be62..84bad65 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -24,7 +24,7 @@ with an error:
* the top item on the stack is less than 0; or
* the lock-time type (height vs. timestamp) of the top stack item and the nLockTime field are not the same; or
* the top stack item is greater than the transaction's nLockTime field; or
-* the nLockTime feature is disabled by setting the nSequence field of the txin to 0xffffffff;
+* the nSequence field of the txin is 0xffffffff;
Otherwise, script execution will continue as if a NOP had been executed.