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

Function hsm_get_global_fd

lightningd/hsm_control.c:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int hsm_get_global_fd(struct lightningd *ld, int capabilities)
55{
56 return hsm_get_fd(ld, &ld->id, 0, capabilities);
57}
58
59static unsigned int hsm_msg(struct subd *hsmd,
60 const u8 *msg, const int *fds UNUSED)

Callers 2

gossip_initFunction · 0.85
connectd_initFunction · 0.85

Calls 1

hsm_get_fdFunction · 0.85

Tested by

no test coverage detected