This commit is contained in:
jl777
2019-01-21 23:40:36 -11:00
parent c2d4129409
commit 6bfe8357db

View File

@@ -1609,7 +1609,7 @@ void static BitcoinMiner()
gotinvalid = 0; gotinvalid = 0;
while (true) while (true)
{ {
fprintf(stderr,"gotinvalid.%d\n",gotinvalid); //fprintf(stderr,"gotinvalid.%d\n",gotinvalid);
if ( gotinvalid != 0 ) if ( gotinvalid != 0 )
break; break;
komodo_longestchain(); komodo_longestchain();