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

Function towire_dstore_disabled_node

plugins/askrene/datastore_wire.c:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void towire_dstore_disabled_node(u8 **data, const struct node_id *node)
329{
330 towire_u16(data, DSTORE_DISABLED_NODE);
331 towire_node_id(data, node);
332}

Callers 2

save_disabled_nodeFunction · 0.85
save_complete_layerFunction · 0.85

Calls 2

towire_u16Function · 0.50
towire_node_idFunction · 0.50

Tested by

no test coverage detected