From 09019cdcf23c992f2688650720cca032382503cd Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 12:47:58 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) {