]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sat, 26 Aug 2017 12:56:57 +0000 (14:56 +0200)
committerjl777 <[email protected]>
Sat, 26 Aug 2017 12:56:57 +0000 (14:56 +0200)
src/komodo_pax.h

index cd54578c64498237c01639dda863122bb230ad82..0bdd75ef808d0e0b0a10d38591a1eec0835eb2f5 100644 (file)
@@ -185,8 +185,8 @@ double PAX_BTCUSD(int32_t height,uint32_t btcusd)
         btcfactor = 100000.;
     else btcfactor = 1000.;
     BTCUSD = ((double)btcusd / (1000000000. / btcfactor));
-    if ( BTCUSD < 43 )
-        BTCUSD *= 100;
+    if ( height < 500000 && BTCUSD > 20000 )
+        BTCUSD /= 100;
     return(BTCUSD);
 }
 
This page took 0.026426 seconds and 4 git commands to generate.