This commit is contained in:
jl777
2018-03-26 16:22:37 +03:00
parent b3167f313c
commit f03351d46f

View File

@@ -716,7 +716,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
if ( komodo_blockload(block,pindex) == 0 ) if ( komodo_blockload(block,pindex) == 0 )
{ {
komodo_block2pubkey33(pubkey33,block); komodo_block2pubkey33(pubkey33,block);
if ( pubkey33[0] == 2 || pubkey33[0] == 3 ) if ( 0 && (pubkey33[0] == 2 || pubkey33[0] == 3) )
{ {
memcpy(pindex->pubkey33,pubkey33,33); memcpy(pindex->pubkey33,pubkey33,33);
if ( (num= komodo_notaries(pubkeys,(int32_t)pindex->nHeight,(uint32_t)pindex->nTime)) > 0 ) if ( (num= komodo_notaries(pubkeys,(int32_t)pindex->nHeight,(uint32_t)pindex->nTime)) > 0 )