From 752b04702efd59c33a81f0bfefa3ff98142ed1b8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 14 Mar 2017 18:48:35 +0200 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 eac1a8078..93e1477e0 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -531,7 +531,7 @@ uint64_t komodo_paxpriceB(uint64_t seed,int32_t height,char *base,char *rel,uint nonz++; sum += votes[numvotes-1-i]; if ( (i % 10) == 0 ) - fprintf(stderr,"%llu ",(long long)votes[numvotes-1-i]); + fprintf(stderr,"[%llu] ",(long long)votes[numvotes-1-i]); } } fprintf(stderr,"kmdbtc %llu btcusd %llu ",(long long)kmdbtc,(long long)btcusd);