SeedsAssumedServiceFlags

Service flags we assume for addresses obtained from the DNS seeds and the fixed seeds, which don't come with service flags attached. BIP324 support can be safely assumed because the vast majority of listening nodes signals NODE_P2P_V2, and if the assumption is wrong for a given peer we simply reconnect using v1 transport.

Synopsis

Declared in <protocol.h>

constexpr
ServiceFlags
SeedsAssumedServiceFlags();

Return Value

The service flags assumed for seed addresses that carry none.