MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SeedsServiceFlags

Function SeedsServiceFlags

src/protocol.h:366–366  ·  view source on GitHub ↗

* State independent service flags. * If the return value is changed, contrib/seeds/makeseeds.py * should be updated appropriately to filter for nodes with * desired service flags (compatible with our new flags). */

Source from the content-addressed store, hash-verified

364 * desired service flags (compatible with our new flags).
365 */
366constexpr ServiceFlags SeedsServiceFlags() { return ServiceFlags(NODE_NETWORK | NODE_WITNESS); }
367
368/**
369 * Checks if a peer with the given service flags may be capable of having a

Callers 2

ConvertSeedsFunction · 0.85
ThreadDNSAddressSeedMethod · 0.85

Calls 1

ServiceFlagsEnum · 0.70

Tested by

no test coverage detected