From 8808427254f402bcba651ae3838437bdd23470a3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 11 Jul 2018 03:26:47 -1100 Subject: [PATCH] -print --- src/komodo_bitcoind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index ab7bad30f..366011db6 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -621,7 +621,7 @@ int32_t komodo_isPoS(CBlock *pblock) strcpy(voutaddr,CBitcoinAddress(voutaddress).ToString().c_str()); if ( strcmp(destaddr,voutaddr) == 0 && pblock->vtx[n-1].vout[0].nValue == value ) { - fprintf(stderr,"is PoS block!\n"); + //fprintf(stderr,"is PoS block!\n"); return(1); } } @@ -1181,7 +1181,7 @@ int32_t komodo_segids(uint8_t *hashbuf,int32_t height,int32_t n) { memcpy(prevhashbuf,hashbuf,100); prevheight = height; - fprintf(stderr,"segids.%d\n",height); + fprintf(stderr,"prevsegids.%d\n",height+n); } } }