Skip to content

Commit

Permalink
Change seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
DustCoinProject committed Jan 24, 2016
1 parent 3193f12 commit 1bd7a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ void MapPort()
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
{"37.97.135.16", "37.97.135.16"},
{"dustcoin.selfip.net", "dustcoin.selfip.net"},
};

void ThreadDNSAddressSeed(void* parg)
Expand Down

0 comments on commit 1bd7a7b

Please sign in to comment.