From 3345b002032f6b345a7e5d197ed898285df9f8f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 02:30:22 +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 92aa8f526..b50bb8da1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -776,7 +776,7 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32 if ( cmptime > 0 && txheight > 246748 ) { if ( txheight < 247205 ) - cmptime -= 600; + cmptime -= 16000; if ( (int64_t)tx.nLockTime < cmptime-3600 ) { if ( tx.nLockTime != 1477258935 )