From 7fc4dca5ebc7c9e9d9748d1ed90cb151cd556652 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 00:36:23 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 2a2189a2d..466f1d139 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -763,6 +763,8 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32 cmptime = prev->nTime + 600; if ( cmptime > 0 && txheightarg > 246748 ) { + if ( txheightarg < 247205 ) + cmptime -= 600; if ( (int64_t)tx.nLockTime < cmptime-3600 ) { if ( tx.nLockTime != 1477258935 )