AddrMan::SetServices

Update an entry's service bits.

Synopsis

Declared in <addrman.h>

void
SetServices(
    CService const& addr,
    ServiceFlags nServices);

Parameters

NameDescription
addrThe address whose entry should be updated.
nServicesThe new service flags to record for the address.