From fec202b542e82116ac0b12b7d544ab5187943987 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 10:44:55 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index d3e55b831..8009b66e0 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -78,8 +78,6 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin if ( nValue > 25000LL*COIN ) { exception = 0; - if ( nValue == 4000000000000LL ) - printf(">>>>>>>>>>>> exception.%d txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",exception,txheight,(double)nValue/COIN,nLockTime,tiptime); if ( txheight <= 155949 ) { if ( (txheight == 116607 && nValue == 2502721100000LL) || @@ -95,7 +93,7 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin (txheight == 155613 && nValue == 2590000000000LL) || (txheight == 155949 && nValue == 4000000000000LL) ) exception = 1; - if ( exception == 0 ) + 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 ( exception == 0 )