* 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). */
| 364 | * desired service flags (compatible with our new flags). |
| 365 | */ |
| 366 | constexpr 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 |
no test coverage detected