diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index ba6c2e19b..f075c95c3 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -753,7 +753,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height) } } } else pindex->notaryid = -1; - } fprintf(stderr,"error loading block.%d\n",pindex->nHeight); + } fprintf(stderr,"error loading height.%d block.%d notaryid.%d\n",height,pindex->nHeight,pindex->notaryid); } else {