[#NetEventsInterface-FinalizeNode] = xref:NetEventsInterface.adoc[NetEventsInterface]::FinalizeNode :relfileprefix: ../ :mrdocs: Handle removal of a peer (clear state). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void FinalizeNode(xref:CNode.adoc[CNode] const& node) = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *node* [in] | the peer being removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#