]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 18 Jan 2017 20:18:26 +0000 (22:18 +0200)
committerjl777 <[email protected]>
Wed, 18 Jan 2017 20:18:26 +0000 (22:18 +0200)
src/komodo_pax.h

index 6257680827fc6bd63770c8e20e9ffd364cf22de1..c12544cb0f7834c3ed1cbd229907a00e0c2fc81f 100644 (file)
@@ -496,7 +496,7 @@ uint64_t komodo_paxpriceB(uint64_t *seedp,int32_t height,char *base,char *rel,ui
     }
     numvotes = (int32_t)(sizeof(Peggy_inds)/sizeof(*Peggy_inds));
     memset(votes,0,sizeof(votes));
-    if ( komodo_kmdbtcusd(0,&kmdbtc,&btcusd,height) < 0 )
+    //if ( komodo_kmdbtcusd(0,&kmdbtc,&btcusd,height) < 0 )
     {
         memset(btcusds,0,sizeof(btcusds));
         memset(kmdbtcs,0,sizeof(kmdbtcs));
@@ -507,7 +507,7 @@ uint64_t komodo_paxpriceB(uint64_t *seedp,int32_t height,char *base,char *rel,ui
         }
         kmdbtc = komodo_paxcorrelation(kmdbtcs,numvotes,*seedp) * 539;
         btcusd = komodo_paxcorrelation(btcusds,numvotes,*seedp) * 539;
-        komodo_kmdbtcusd(1,&kmdbtc,&btcusd,height);
+        //komodo_kmdbtcusd(1,&kmdbtc,&btcusd,height);
     }
     for (i=nonz=0; i<numvotes; i++)
     {
This page took 0.024158 seconds and 4 git commands to generate.