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

Function hsm_get_client_fd

lightningd/hsm_control.c:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int hsm_get_client_fd(struct lightningd *ld,
45 const struct node_id *id,
46 u64 dbid,
47 int capabilities)
48{
49 assert(dbid);
50
51 return hsm_get_fd(ld, id, dbid, capabilities);
52}
53
54int hsm_get_global_fd(struct lightningd *ld, int capabilities)
55{

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