komodo_block2pubkey33(pindex->pubkey33,block);
for (i=0; i<33; i++)
fprintf(stderr,"%02x",pindex->pubkey33[i]);
- fprintf(stderr," set pubkey at height %d/%d tip.%d\n",pindex->nHeight,height,chainActive.Tip()->nHeight);
+ fprintf(stderr," set pubkey at height %d/%d\n",pindex->nHeight,height);
}
}
if ( (pindex->pubkey33[0] == 2 || pindex->pubkey33[0] == 3) && pindex->nHeight >= 0 && (num= komodo_notaries(pubkeys,(int32_t)pindex->nHeight,(uint32_t)pindex->nTime)) > 0 )
printf(" <- pubkey\n");
for (i=0; i<66; i++)
printf("%d ",mids[i]);
- printf(" minerids from ht.%d pindex.%p\n",height,pindex);
+ printf(" minerids from ht.%d pindex.%p %d\n",height,pindex,chainActive.Tip()!=0?chainActive.Tip()->nHeight:-1);
if ( KOMODO_LOADINGBLOCKS == 0 )
return false;
}