diff options
| author | ummjackson <[email protected]> | 2014-01-28 09:03:28 +1100 |
|---|---|---|
| committer | ummjackson <[email protected]> | 2014-01-28 09:03:28 +1100 |
| commit | ad442d49ef137584ccee02d9c72b73788bfa7533 (patch) | |
| tree | 564f4d969faaecbdaafa74d134c6806074b69f74 /src/net.cpp | |
| parent | Merge pull request #156 from vitaminmoo/contrib-to-dogecoin (diff) | |
| download | discoin-ad442d49ef137584ccee02d9c72b73788bfa7533.tar.xz discoin-ad442d49ef137584ccee02d9c72b73788bfa7533.zip | |
Adding official DNS seed (seed.dogecoin.com)
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 967731687..785522282 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1194,7 +1194,7 @@ void MapPort(bool) // The first name is used as information source for addrman. // The second name should resolve to a list of seed addresses. static const char *strMainNetDNSSeed[][2] = { - {"seed.dogeftw.com", "seed.dogeftw.com"}, + {"dogecoin.com", "seed.dogecoin.com"}, // {"dogecoinpool.org", "dnsseed.dogecoinpool.org"}, {NULL, NULL} }; |