From bc6ba3da300e519a3c8f0c09a7ba8b76a67b970b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Mar 2018 05:37:15 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index d15082f94..76cb00423 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -708,7 +708,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height) memset(pubkey33,0,33); if ( pindex != 0 ) { - if ( pindex->pubkey33[0] == 0 ) + //if ( pindex->pubkey33[0] == 0 ) { if ( komodo_blockload(block,pindex) == 0 ) {