MCPcopy Create free account
hub / github.com/ElementsProject/lightning / peer_node_id_eq

Function peer_node_id_eq

gossipd/gossipd.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool peer_node_id_eq(const struct peer *peer, const struct node_id *node_id)
37{
38 return node_id_eq(&peer->id, node_id);
39}
40
41/*~ Destroy a peer, usually because the per-peer daemon has exited.
42 *

Callers

nothing calls this directly

Calls 1

node_id_eqFunction · 0.85

Tested by

no test coverage detected