From 661daa22580615256ce3e19b6e56aba9866d67c5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 22 Mar 2017 13:45:02 +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 42ffa2e50..80e77a733 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -719,7 +719,7 @@ int32_t komodo_validate_interest(const CTransaction& tx) } if ( (int64_t)tx.nLockTime < prevblocktime-3600 ) { - if ( tiptime > 1490159171 || (txheight == 0 && prevblocktime >= 1490159171) ) // 246748 + if ( prevblocktime > 1490159171 || (txheight == 0 && prevblocktime >= 1490159171) ) // 246748 { static uint32_t counter; if ( counter++ < 100 )