From 80b356d92b93262e32c1a30a3877c9a0856b9747 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 07:55:51 +0200 Subject: [PATCH] test --- src/komodo_interest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index 1bf595ed1..70bc9a772 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -78,7 +78,7 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin if ( nValue > 25000LL*COIN ) { exception = 0; - if ( txheight <= 155949 ) + //if ( txheight <= 155949 ) { printf(">>>>>>>>>>>> txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",txheight,(double)nValue/COIN,nLockTime,tiptime); }