Skip to content

Commit 2b839ab

Browse files
committed
Update chainparams comment for more info on service bits per dnsseed
1 parent 62e7642 commit 2b839ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/chainparams.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ class CMainParams : public CChainParams {
124124
assert(consensus.hashGenesisBlock == uint256S("0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f"));
125125
assert(genesis.hashMerkleRoot == uint256S("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"));
126126

127-
// Note that of those with the service bits flag, most only support a subset of possible options
127+
// Note that of those which support the service bits prefix, most only support a subset of
128+
// possible options.
129+
// This is fine at runtime as we'll fall back to using them as a oneshot if they dont support the
130+
// service bits we want, but we should get them updated to support all service bits wanted by any
131+
// release ASAP to avoid it where possible.
128132
vSeeds.emplace_back("seed.bitcoin.sipa.be"); // Pieter Wuille, only supports x1, x5, x9, and xd
129133
vSeeds.emplace_back("dnsseed.bluematt.me"); // Matt Corallo, only supports x9
130134
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org"); // Luke Dashjr

0 commit comments

Comments
 (0)