Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
void 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_node
Function · 0.85
save_complete_layer
Function · 0.85
Calls
2
towire_u16
Function · 0.50
towire_node_id
Function · 0.50
Tested by
no test coverage detected