From 129d39b037af07155a7aa9c7198a6bad47eccd34 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 05:14:44 +0200 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 213b9adde..30a1a30fd 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -600,7 +600,7 @@ CBlockIndex *komodo_chainactive(int32_t height) { if ( height <= chainActive.Tip()->nHeight ) return(chainActive[height]); - else fprintf(stderr,"komodo_chainactive height %d > active.%d\n",height,chainActive.Tip()->nHeight); + // else fprintf(stderr,"komodo_chainactive height %d > active.%d\n",height,chainActive.Tip()->nHeight); } //fprintf(stderr,"komodo_chainactive null chainActive.Tip() height %d\n",height); return(0); diff --git a/src/main.cpp b/src/main.cpp index 3aed7fd53..182983673 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -731,7 +731,7 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32 cmptime = prevblocktime + 600; else { - fprintf(stderr,"couldnt get cmptime for [%d] t%u\n",txheight,prevblocktime); + //fprintf(stderr,"couldnt get cmptime for [%d] t%u\n",txheight,prevblocktime); return(-1); } /* uint32_t prevblocktime=0,cmptime=0,txheighttime=0,tiptime=0,locktime=0;