diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 9b659ae8e..3c4fd6ca7 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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 ) {