aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2023-07-26 14:21:21 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2024-01-15 10:28:20 -0300
commitf9ac96b8d6f4eba23c88f302b22a2c676e351263 (patch)
tree004ce2473a7949a22252d6f0d677c4ba25a5e002 /contrib
parent97df4e38879d2644aeec34c1eef241fed627333e (diff)
downloadbitcoin-f9ac96b8d6f4eba23c88f302b22a2c676e351263.tar.xz
net: decouple state independent service flags from desirable ones
This former one will be moved to the peer manager class in the following-up commit.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/seeds/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md
index 6db77cbbea..ad1ac4a64d 100644
--- a/contrib/seeds/README.md
+++ b/contrib/seeds/README.md
@@ -4,7 +4,7 @@ Utility to generate the seeds.txt list that is compiled into the client
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)).
Be sure to update `PATTERN_AGENT` in `makeseeds.py` to include the current version,
-and remove old versions as necessary (at a minimum when GetDesirableServiceFlags
+and remove old versions as necessary (at a minimum when SeedsServiceFlags()
changes its default return value, as those are the services which seeds are added
to addrman with).