This commit is contained in:
jl777
2016-10-25 12:47:58 -03:00
parent d9e9d8da10
commit 09019cdcf2

View File

@@ -162,9 +162,9 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
memset(pubkey33,0,33);
if ( pindex != 0 )
{
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex,
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex
#ifndef KOMODO_ZCASH
Params().GetConsensus()
,Params().GetConsensus()
#endif
) != 0 )
{