Skip to content

Commit 3d770a8

Browse files
TheBlueMattlaanwj
authored andcommitted
Add x9 service bit support to dnsseed.bluematt.me
Github-Pull: #8940 Rebased-From: ffb4713920205db39bfd219b6162986a52ddf32b
1 parent 9aa0c15 commit 3d770a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class CMainParams : public CChainParams {
116116

117117
// Note that of those with the service bits flag, most only support a subset of possible options
118118
vSeeds.push_back(CDNSSeedData("bitcoin.sipa.be", "seed.bitcoin.sipa.be", true)); // Pieter Wuille, only supports x1, x5, x9, and xd
119-
vSeeds.push_back(CDNSSeedData("bluematt.me", "dnsseed.bluematt.me")); // Matt Corallo
119+
vSeeds.push_back(CDNSSeedData("bluematt.me", "dnsseed.bluematt.me", true)); // Matt Corallo, only supports x9
120120
vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org")); // Luke Dashjr
121121
vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com")); // Christian Decker
122122
vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org")); // Jeff Garzik

0 commit comments

Comments
 (0)