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