EnsureAddrman

Get the address manager from a node context, asserting it is present.

Synopsis

Declared in <rpc/server_util.h>

AddrMan&
EnsureAddrman(node::NodeContext const& node);

Return Value

The node's address manager.

Parameters

NameDescription
nodeThe node context.