test
This commit is contained in:
@@ -362,9 +362,9 @@ uint64_t komodo_paxprice(int32_t height,char *base,char *rel,uint64_t basevolume
|
||||
printf("null price height.%d\n",height-i);
|
||||
return(0);
|
||||
}
|
||||
printf("%.8f ",dstr(votes[i]));
|
||||
printf("%.8f, ",dstr(votes[i]));
|
||||
}
|
||||
printf("numvotes.%d\n",numvotes);
|
||||
printf("\n}; // numvotes.%d\n\n",numvotes);
|
||||
start = (uint32_t)komodo_seed(height);
|
||||
tolerance = 10000;
|
||||
for (k=0; k<numvotes; k++)
|
||||
|
||||
Reference in New Issue
Block a user