This commit is contained in:
jl777
2016-10-20 11:11:40 -03:00
parent 63ac81f0b5
commit 81a77e922a
2 changed files with 8 additions and 1 deletions

View File

@@ -562,6 +562,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
memset(pubkey33,0,33);
if ( pindex != 0 )
{
printf("call readblock\n");
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex) != 0 )
{
printf("from index2pubkey33\n");