This commit is contained in:
jl777
2018-04-13 15:37:51 +03:00
parent f785b4d7a5
commit 4188bbb680

View File

@@ -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
{