]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Mon, 9 Apr 2018 17:51:52 +0000 (20:51 +0300)
committerjl777 <[email protected]>
Mon, 9 Apr 2018 17:51:52 +0000 (20:51 +0300)
src/komodo_gateway.h

index 3ed0c607f90fdc3cc86a09846052d051354829e3..11ce8f359073a8234d85096109d0e603342e50f7 100644 (file)
@@ -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);
This page took 0.032289 seconds and 4 git commands to generate.