From 0eb20a8adac6c483eeab6ea83538f1d8d729985a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 9 Apr 2018 20:51:52 +0300 Subject: [PATCH] Test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 3ed0c607f..11ce8f359 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -680,7 +680,7 @@ uint32_t komodo_stake(arith_uint256 bnTarget,int32_t nHeight,uint256 txid,int32_ return(0); if ( txtime == 0 ) txtime = prevtime; - if ( blocktime > txtime && (pindex= komodo_chainactive(nHeight-200)) != 0 ) + if ( blocktime > txtime+6000 && (pindex= komodo_chainactive(nHeight-200)) != 0 ) { hash = pindex->GetBlockHash(); // hash pubkey diff = (blocktime - txtime);