This commit is contained in:
jl777
2019-04-11 04:30:45 -11:00
parent 00f7ff6f41
commit ad9adcf273

View File

@@ -2670,7 +2670,7 @@ void komodo_pricesupdate(int32_t height,CBlock *pblock)
fprintf(stderr,"error fwrite smoothed for ht.%d ind.%d\n",height,ind);
else
{
fprintf(stderr,"%.4f ",(double)smoothed/COIN);
fprintf(stderr,"%.8f ",(double)smoothed/COIN);
fflush(PRICES[ind].fp);
}
} else fprintf(stderr,"error price_smoothed ht.%d ind.%d\n",height,ind);