This commit is contained in:
jl777
2018-04-13 17:30:42 +03:00
parent 2366096c65
commit 6a98bf0618

View File

@@ -205,7 +205,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
printf(" <- pubkey\n");
for (i=0; i<66; i++)
printf("%d ",mids[i]);
printf(" minerids from ht.%d pindex.%p %d\n",height,pindex);
printf(" minerids from ht.%d pindex.%p\n",height,pindex);
if ( KOMODO_LOADINGBLOCKS == 0 )
return false;
}