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

Function hsm_get_client_fd

lightningd/hsm_control.c:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int hsm_get_client_fd(struct lightningd *ld,
36 const struct node_id *id,
37 u64 dbid,
38 u64 permissions)
39{
40 assert(dbid);
41
42 return hsm_get_fd(ld, id, dbid, permissions);
43}
44
45int hsm_get_global_fd(struct lightningd *ld, u64 permissions)
46{

Callers 6

peer_start_dualopendFunction · 0.85
peer_restart_dualopendFunction · 0.85
onchaind_funding_spentFunction · 0.85
peer_start_closingdFunction · 0.85
peer_start_openingdFunction · 0.85
peer_start_channeldFunction · 0.85

Calls 1

hsm_get_fdFunction · 0.85

Tested by

no test coverage detected