From 004be2e8225d582fa1bfd27f08b856996c981586 Mon Sep 17 00:00:00 2001 From: jl2012 Date: Sun, 6 Dec 2015 23:52:42 +0800 Subject: Update bip-0065.mediawiki --- bip-0065.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bip-0065.mediawiki') 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; -- cgit v1.2.3