From 948ad8f3f814196441968c7b7eaacc4d96dc0971 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 25 Mar 2017 01:38:29 +0200 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index fd307a805..c54995402 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -822,7 +822,7 @@ int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_ } return(-1); } - if ( dispflag != 0 ) + if ( 0 && dispflag != 0 ) fprintf(stderr,"validateinterest.%d accept.%d [%d] locktime %u cmp2.%u\n",dispflag,(int32_t)txheight,(int32_t)(tx.nLockTime - (cmptime-3600)),(int32_t)tx.nLockTime,cmptime); } }