From 73dc3374780616d5478fdb82532c36249c79f307 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Apr 2019 02:09:49 -1100 Subject: [PATCH] +print --- src/komodo_bitcoind.h | 1 + src/komodo_gateway.h | 1 + 2 files changed, 2 insertions(+) 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);