From c753065bb0e465bd733c1c0e8e187ef34f5351d0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Nov 2016 12:19:48 -0300 Subject: [PATCH] test --- src/komodo_pax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index d7741a226..77c9e97d6 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -474,7 +474,7 @@ uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uin } if ( nonz <= (numvotes >> 1) ) return(0); - return(komodo_paxcorrelation(votes,numvotes,seed) * basevolume); + return(komodo_paxcorrelation(votes,numvotes,seed) * basevolume / 100000); } int32_t komodo_paxprices(int32_t *heights,uint64_t *prices,int32_t max,char *base,char *rel)