From fd801c67b3d48d42943128785af3374c2406b192 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Jan 2017 15:48:49 +0200 Subject: [PATCH] test --- src/komodo_pax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index dc0d2b804..f3d1f7262 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -536,7 +536,7 @@ uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uin { sum += price; nonz++; - if ( i == 1 && nonz == 2 ) + if ( 0 && i == 1 && nonz == 2 ) { diff = (((int64_t)price - (sum >> 1)) * 10000); if ( diff < 0 ) @@ -563,7 +563,7 @@ uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uin portable_mutex_unlock(&komodo_mutex); if ( nonz != 0 ) sum /= nonz; - printf("-> %lld %s/%s\n",(long long)sum,base,rel); + printf("-> %lld %s/%s i.%d\n",(long long)sum,base,rel,i); return(sum); }