This commit is contained in:
jl777
2019-04-11 03:24:38 -11:00
parent 67516820dc
commit 900ba27f11

View File

@@ -2585,8 +2585,8 @@ void komodo_pricesupdate(int32_t height,CBlock *pblock)
} }
if ( _komodo_heightpricebits(&seed,rawprices,pblock) == numprices ) if ( _komodo_heightpricebits(&seed,rawprices,pblock) == numprices )
{ {
for (i=0; i<numprices; i++) for (ind=0; ind<numprices; ind++)
fprintf(stderr,"%u ",rawprices[i]); fprintf(stderr,"%u ",rawprices[ind]);
fprintf(stderr,"numprices.%d\n",numprices); fprintf(stderr,"numprices.%d\n",numprices);
if ( PRICES[0].fp != 0 ) if ( PRICES[0].fp != 0 )
{ {