]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 16 Jan 2017 00:18:28 +0000 (02:18 +0200)
committerjl777 <[email protected]>
Mon, 16 Jan 2017 00:18:28 +0000 (02:18 +0200)
src/komodo_interest.h

index 1c1acfe5c225e4b3a32af31dcdc8f89ec3805fd6..5e2ffcdf680a1e43ed1eb7f4b00df38bc1323bc4 100644 (file)
@@ -77,7 +77,7 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin
             if ( denominator == 0 )
                 denominator = 1; // max KOMODO_INTEREST per transfer, do it at least annually!
             interest = (numerator / denominator) / COIN;
-            //fprintf(stderr,"komodo_interest %lld %.8f nLockTime.%u tiptime.%u minutes.%d interest %lld %.8f (%llu / %llu)\n",(long long)nValue,(double)nValue/COIN,nLockTime,tiptime,minutes,(long long)interest,(double)interest/COIN,(long long)numerator,(long long)denominator);
+            fprintf(stderr,"komodo_interest %lld %.8f nLockTime.%u tiptime.%u minutes.%d interest %lld %.8f (%llu / %llu)\n",(long long)nValue,(double)nValue/COIN,nLockTime,tiptime,minutes,(long long)interest,(double)interest/COIN,(long long)numerator,(long long)denominator);
         }
     }
     return(interest);
This page took 0.02706 seconds and 4 git commands to generate.