From bab020f8beb27a3e36a0ffc41b63a4871cc3ea1f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 22 Mar 2017 09:58:57 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a8c654d54..fe9f7f510 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -874,7 +874,7 @@ int32_t komodo_validate_interest(const CTransaction& tx) tiptime = chainActive.Tip()->nTime; if ( (int64_t)tx.nLockTime < tiptime-3600 ) { - if ( tiptime >= 1490159171 ) // 246748 + if ( tiptime > 1490159171 ) // 246748 { static uint32_t counter; if ( counter++ < 100 )