From c4df506a7d2123c6d5fdecc8f750b73b458355b1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 10:45:46 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 8009b66e0..127c14501 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -96,6 +96,8 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin if ( exception == 0 || nValue == 4000000000000LL ) printf(">>>>>>>>>>>> exception.%d txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",exception,txheight,(double)nValue/COIN,nLockTime,tiptime); } + if ( nValue == 4000000000000LL ) + printf(">>>>>>>>>>>> exception.%d txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",exception,txheight,(double)nValue/COIN,nLockTime,tiptime); if ( exception == 0 ) { numerator = (nValue / 20); // assumes 5%!