From 39d28b0641131bdeac307949f28206ab1e1dbf2d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 25 Mar 2017 13:25:37 +0200 Subject: [PATCH] Expand time window --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index c54995402..05893328f 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -813,7 +813,7 @@ int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_ if ( txheight > 246748 ) { if ( txheight < 247205 ) - cmptime -= 600; + cmptime -= 16000; if ( (int64_t)tx.nLockTime < cmptime-3600 ) { if ( tx.nLockTime != 1477258935 || dispflag != 0 )