]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 7 Dec 2016 10:18:23 +0000 (12:18 +0200)
committerjl777 <[email protected]>
Wed, 7 Dec 2016 10:18:23 +0000 (12:18 +0200)
src/komodo_pax.h

index f131881a098ef28e19479f77e9e9a699e4258b9b..c5af0fe47006b54b18e148ce54f95a1e55efe668 100644 (file)
@@ -481,7 +481,7 @@ uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uin
     }
     if ( nonz <= (numvotes >> 1) )
     {
-        printf("kmdbtc %llu btcusd %llu\n",(long long)kmdbtc,(long long)btcusd);
+        printf("NUM_PVALS.%d kmdbtc %llu btcusd %llu ",NUM_PRICES,(long long)kmdbtc,(long long)btcusd);
         printf("komodo_paxprice nonz.%d of numvotes.%d\n",nonz,numvotes);
         return(0);
     }
This page took 0.027369 seconds and 4 git commands to generate.