Mark a local address as having been seen, returning whether it was already known.
Synopsis
Declared in <net.h>
bool
SeenLocal(CService const& addr);
Return Value
true if the address was already known.
Parameters
Name |
Description |
addr |
the local address that was seen. |
Created with MrDocs