This commit is contained in:
jl777
2019-07-30 03:37:46 -11:00
parent 8e7709246d
commit fbd69abd80

View File

@@ -1434,8 +1434,8 @@ arith_uint256 komodo_adaptivepow_target(int32_t height,arith_uint256 bnTarget,ui
bnTarget = easy;
fprintf(stderr,"miner overflowed mult.%lld, set to mindiff\n",(long long)mult);
} else fprintf(stderr,"miner elapsed %d, adjust by factor of %lld\n",diff,(long long)mult);
}
} //else fprintf(stderr,"cant find height.%d\n",height);
} else fprintf(stderr,"diff %d, vs 120\n",diff);
} else fprintf(stderr,"cant find height.%d\n",height);
return(bnTarget);
}