Is this capability supported by the HSM? (So far, always a message * number) */
| 73 | /* Is this capability supported by the HSM? (So far, always a message |
| 74 | * number) */ |
| 75 | bool hsm_capable(struct lightningd *ld, u32 msgtype) |
| 76 | { |
| 77 | return hsm_is_capable(ld->hsm_capabilities, msgtype); |
| 78 | } |
| 79 | |
| 80 | struct ext_key *hsm_init(struct lightningd *ld) |
| 81 | { |
no test coverage detected