This commit is contained in:
jl777
2019-07-30 01:40:17 -11:00
parent 41f4f5daee
commit dd17d299b1
2 changed files with 2 additions and 2 deletions

View File

@@ -1435,7 +1435,7 @@ arith_uint256 komodo_adaptivepow_target(int32_t height,arith_uint256 bnTarget,ui
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,"cant find height.%d\n",height);
return(bnTarget);
}