X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fscript.cpp;h=2eb71f02cc6e292e2f11e8ef73289e39aa9da647;hp=eb1dc9aee0730bd18f58bdadddf2eecb592df63e;hb=f92456aad54d970211e7980403cce61213836c10;hpb=d5177548b28d6d619b533a72b8b7f021d85aefe7 diff --git a/src/script.cpp b/src/script.cpp index eb1dc9a..2eb71f0 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -539,8 +539,8 @@ bool EvalScript(vector >& stack, const CScript& script, co // logic is the same, all that differs is what we are comparing // the lock time to. int64_t txToLockTime = (int64_t)~txTo.vin[nIn].nSequence; - if (txToLockTime >= SEQUENCE_THRESHOLD) - return false; + if (txToLockTime >= SEQUENCE_THRESHOLD) + return false; if (!( (txToLockTime < LOCKTIME_THRESHOLD && nInvSequence < LOCKTIME_THRESHOLD) ||