added explorer as seed source

This commit is contained in:
J62 2019-09-17 13:41:41 -07:00
parent 63a3a8941e
commit 783f5dd534
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ extern "C" void* ThreadStats(void*) {
return nullptr;
}
static const string mainnet_seeds[] = {"dnsseed.btcprivate.org",""};
static const string mainnet_seeds[] = {"dnsseed.btcprivate.org","explorer.btcprivate.org",""};
static const string testnet_seeds[] = {""};
static const string *seeds = mainnet_seeds;