From a3981907123a926c2001ff8fb85002b6c0e37922 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 10:44:29 +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 2814ca85b..d3e55b831 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -78,6 +78,8 @@ 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) ||