[#AddrMan-Good] = xref:AddrMan.adoc[AddrMan]::Good :relfileprefix: ../ :mrdocs: Mark an address record as accessible and attempt to move it to addrman's tried table. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Good( xref:CService.adoc[CService] const& addr, xref:NodeSeconds.adoc[NodeSeconds] time = Now<NodeSeconds>()); ---- == Return Value true if the address is successfully moved from the new table to the tried table. == Parameters [cols="1,4"] |=== | Name| Description | *addr* [in] | Address record to attempt to move to tried table. | *time* [in] | The time that we were last connected to this peer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#