|
|
@ -811,7 +811,7 @@ void iguana_coinloop(void *arg) |
|
|
|
// iguana_coinflush(coin,1);
|
|
|
|
}*/ |
|
|
|
if ( myinfo->RELAYID >= 0 ) |
|
|
|
continue; |
|
|
|
{ |
|
|
|
if ( coin->bindsock >= 0 ) |
|
|
|
{ |
|
|
|
if ( coin->MAXPEERS > 1 && coin->peers->numranked < IGUANA_MAXPEERS/2 && now > coin->lastpossible+2 ) |
|
|
@ -835,6 +835,7 @@ void iguana_coinloop(void *arg) |
|
|
|
{ |
|
|
|
coin->peers->lastmetrics = iguana_updatemetrics(myinfo,coin); // ranks peers
|
|
|
|
} |
|
|
|
} |
|
|
|
if ( coin->FULLNODE != 0 || coin->VALIDATENODE != 0 || coin->MAXPEERS == 1 ) |
|
|
|
{ |
|
|
|
portable_mutex_lock(&coin->allcoins_mutex); |
|
|
|