| 42 | } |
| 43 | |
| 44 | int 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 | |
| 54 | int hsm_get_global_fd(struct lightningd *ld, int capabilities) |
| 55 | { |
no test coverage detected