y
This commit is contained in:
@@ -1260,12 +1260,12 @@ void ThreadSocketHandler()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
extern char ASSETCHAINS_SYMBOL;
|
//extern char ASSETCHAINS_SYMBOL[];
|
||||||
|
|
||||||
void ThreadDNSAddressSeed()
|
void ThreadDNSAddressSeed()
|
||||||
{
|
{
|
||||||
// skip DNS seeds for staked chains.
|
// skip DNS seeds for staked chains.
|
||||||
if ( is_STAKED((const char*)ASSETCHAINS_SYMBOL) != 0 )
|
if ( is_STAKED(ASSETCHAINS_SYMBOL) != 0 )
|
||||||
return;
|
return;
|
||||||
// goal: only query DNS seeds if address need is acute
|
// goal: only query DNS seeds if address need is acute
|
||||||
if ((addrman.size() > 0) &&
|
if ((addrman.size() > 0) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user