This commit is contained in:
jl777
2017-02-02 22:59:41 +02:00
parent 95936a3316
commit 36a299a132

View File

@@ -630,7 +630,7 @@ void static BitcoinMiner(CWallet *pwallet)
for (i=1; i<66; i++)
if ( memcmp(pubkeys[i],pubkeys[0],33) == 0 )
break;
if ( i != 65 )
if ( i != 66 )
{
printf("VIOLATION at %d\n",i);
for (i=0; i<66; i++)