From 06e6de363c228ffb2be94831a91c109a4b6a1d41 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Jun 2017 14:12:59 +0300 Subject: [PATCH] Test --- src/komodo_pax.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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