diff --git a/src/komodo_pax.h b/src/komodo_pax.h index 48dd658ca..f0acef4de 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -364,7 +364,9 @@ uint64_t komodo_paxcorrelation(uint64_t *votes,int32_t numvotes,uint64_t seed) votes[i] = lastprice; else lastprice = votes[i]; } - tolerance = sum / 50; + // jl777 consensus change: tolerance = sum / 50; + tolerance = sum / 10; + printf("lastprice %.8f ",dstr(lastprice)); for (k=0; k