From 061bbda40508c2f97f09f029be8e3e9b8a55ebfc Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Nov 2016 14:51:13 -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 f83170ff2..6f65f95e2 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -448,7 +448,7 @@ uint64_t _komodo_paxprice(uint64_t *kmdbtcp,uint64_t *btcusdp,int32_t height,cha uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uint64_t basevolume) { int32_t i,j,k,ind,zeroes,numvotes,wt,nonz; int64_t delta; uint64_t lastprice,seed,tolerance,den,densum,sum=0,votes[sizeof(Peggy_inds)/sizeof(*Peggy_inds)],btcusds[sizeof(Peggy_inds)/sizeof(*Peggy_inds)],kmdbtcs[sizeof(Peggy_inds)/sizeof(*Peggy_inds)],kmdbtc,btcusd; - if ( basevolume > 10000*COIN ) + if ( basevolume > 100000*COIN ) { printf("komodo_paxprice overflow %.8f\n",dstr(basevolume)); return(0);