|
|
@ -663,7 +663,7 @@ void LP_coinsloop(void *_coins) |
|
|
|
if ( coin->lastscanht == coin->longestchain+1 || strcmp("BTC",coins) == 0 ) |
|
|
|
break; |
|
|
|
} |
|
|
|
//if ( strcmp("BTC",coins) == 0 )
|
|
|
|
if ( strcmp("BTC",coins) == 0 ) |
|
|
|
printf("done [%s]: %s ref.%d scan.%d to %d, longest.%d\n",coins,coin->symbol,coin->firstrefht,coin->firstscanht,coin->lastscanht,coin->longestchain); |
|
|
|
} |
|
|
|
} |
|
|
|