From f92456aad54d970211e7980403cce61213836c10 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Mon, 22 Feb 2016 01:44:21 +0300 Subject: [PATCH] Well, I'd say that indents aren't needed here. --- src/script.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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) || -- 1.7.1