This commit is contained in:
jl777
2017-03-22 23:04:22 +02:00
parent dd36961aaf
commit 32f5c6fbb2
2 changed files with 2 additions and 2 deletions

View File

@@ -677,7 +677,7 @@ void static BitcoinMiner(CWallet *pwallet)
if ( externalflag == 0 && i != 66 )
printf("VIOLATION at %d\n",i);
for (i=0; i<66; i++)
{break;
{ break;
for (j=0; j<33; j++)
printf("%02x",pubkeys[i][j]);
printf(" p%d -> %d\n",i,komodo_minerid(pindexPrev->nHeight-i,pubkeys[i]));