]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Thu, 19 Apr 2018 14:32:09 +0000 (17:32 +0300)
committerjl777 <[email protected]>
Thu, 19 Apr 2018 14:32:09 +0000 (17:32 +0300)
src/komodo_bitcoind.h

index 7886576d4abab2daefd6faf7e06383949d916100..095941657eb4f9fbd5709598a1f862a2b102ba33 100644 (file)
@@ -1170,7 +1170,7 @@ arith_uint256 komodo_PoWtarget(int32_t *percPoSp,arith_uint256 target,int32_t he
     } else return(target);
     if ( percPoS < goalperc ) // increase PoW diff -> lower bnTarget
     {
-        if ( height < 1120 )
+        if ( height > 1120 )
         {
             factor = arith_uint256(goalperc) / arith_uint256(percPoS + goalperc);
             bnTarget = (ave * factor * factor);
This page took 0.029986 seconds and 4 git commands to generate.