summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
authorjl2012 <jl2012@users.noreply.github.com>2015-12-06 23:52:42 +0800
committerjl2012 <jl2012@users.noreply.github.com>2015-12-06 23:52:42 +0800
commit004be2e8225d582fa1bfd27f08b856996c981586 (patch)
treee666b1dc2583dd0b05cca92377544f766d18fe37 /bip-0065.mediawiki
parent71dd5c44e831bf2c87633455291592ef2decae24 (diff)
downloadbips-004be2e8225d582fa1bfd27f08b856996c981586.tar.xz
Update bip-0065.mediawiki
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index a960e54..a90be62 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -20,9 +20,9 @@ CHECKLOCKTIMEVERIFY redefines the existing NOP2 opcode. When executed, if
any of the following conditions are true, the script interpreter will terminate
with an error:
-* the stake is empty; or
+* the stack is empty; or
* the top item on the stack is less than 0; or
-* the lock-time type (height vs. timestamp) of the top stake item and the nLockTime field are not the same; 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;