From b91ef9cf13d8a1930e0986bb232eda05b6442e89 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Mar 2018 16:02:25 +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 6d52ddbe3..6de981165 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -693,7 +693,7 @@ uint32_t komodo_heightstamp(int32_t height) CBlockIndex *ptr; if ( height > 0 && (ptr= komodo_chainactive(height)) != 0 ) return(ptr->nTime); - else fprintf(stderr,"komodo_heightstamp null ptr for block.%d\n",height); + //else fprintf(stderr,"komodo_heightstamp null ptr for block.%d\n",height); return(0); }