From f54b8ecc93c29f22632bba10c3e58b699ae66b8d Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 15:32:50 +0300 Subject: [PATCH] Test --- 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 4895a7ddf..78cf301c8 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -753,12 +753,12 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height) } } } else pindex->notaryid = -1; - } + } fprintf(stderr,"error loading block.%d\n",pindex->height); } else { // height -> pubkey33 - //printf("extending chaintip komodo_index2pubkey33 height.%d need to get pubkey33\n",height); + fprintf(stderr,"extending chaintip komodo_index2pubkey33 height.%d need to get pubkey33\n",height); } }