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