This commit is contained in:
jl777
2018-04-13 20:08:52 +03:00
parent 3c89a0234c
commit 6def1dd580
2 changed files with 3 additions and 3 deletions

View File

@@ -770,11 +770,11 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
memset(pubkey33,0,33);
if ( pindex != 0 )
{
if ( komodo_blockload(block,pindex) == 0 )
/*if ( komodo_blockload(block,pindex) == 0 )
{
komodo_block2pubkey33(pindex->pubkey33,block);
return;
}
}*/
if ( pindex->didinit != 0 )
{
memcpy(pubkey33,pindex->pubkey33,33);