diff --git a/src/komodo_pax.h b/src/komodo_pax.h index 8c24e8378..bbc543741 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -365,7 +365,7 @@ uint64_t komodo_paxcorrelation(uint64_t *votes,int32_t numvotes,uint64_t seed) else lastprice = votes[i]; } tolerance = sum / 50; - printf("lastprice %.8f ",dstr(lastprice)); + printf("lastprice %.8f tolerance %.8f ",dstr(lastprice),dstr(tolerance)); for (k=0; k> 1) ) { return(0);