Update an entry's service bits.
Synopsis
Declared in <addrman.h>
void
SetServices(
CService const& addr,
ServiceFlags nServices);
Parameters
Name |
Description |
addr |
The address whose entry should be updated. |
nServices |
The new service flags to record for the address. |
Created with MrDocs