diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index d771e2af7..6485f46a9 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -457,6 +457,7 @@ void komodo_reconsiderblock(uint256 blockhash) fprintf(stderr,"komodo_reconsiderblock.(%s) -> (%s)\n",params,jsonstr); free(jsonstr); } + fprintf(stderr,"komodo_reconsiderblock.(%s) -> NULL\n",params); } int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t NOTARIZED_HEIGHT,uint256 NOTARIZED_HASH,uint256 NOTARIZED_DESTTXID) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index bbad40c35..225dfd5a7 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -2631,6 +2631,7 @@ void komodo_pricesupdate(int32_t height,CBlock *pblock) { static int numprices; static uint32_t *ptr32; static int64_t *ptr64,*tmpbuf; int32_t ind,offset,width; int64_t correlated,smoothed; uint64_t seed,rngval; uint32_t rawprices[KOMODO_MAXPRICES],buf[PRICES_MAXDATAPOINTS*2]; + fprintf(stderr,"Queued_reconsiderblock %s\n",Queued_reconsiderblock.GetHex().c_str()); if ( Queued_reconsiderblock != zeroid ) { komodo_reconsiderblock(Queued_reconsiderblock);