This commit is contained in:
jl777
2016-10-21 07:24:28 -03:00
parent 0f476b5b90
commit 5f197aeeba
2 changed files with 5 additions and 5 deletions

View File

@@ -609,7 +609,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
memset(pubkey33,0,33);
if ( pindex != 0 )
{
if ( 0 && ReadBlockFromDisk(block,(const CBlockIndex *)pindex) != 0 )
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex) != 0 )
{
komodo_block2pubkey33(pubkey33,block);
}