Set flag to indicate hsm_secret needs a passphrase. * This replaces the old --encrypted-hsm option which was for legacy encrypted secrets. */
| 628 | * This replaces the old --encrypted-hsm option which was for legacy encrypted secrets. |
| 629 | */ |
| 630 | static char *opt_set_hsm_passphrase(struct lightningd *ld) |
| 631 | { |
| 632 | return read_hsm_passphrase(ld); |
| 633 | } |
| 634 | |
| 635 | |
| 636 | static char *opt_force_privkey(const char *optarg, struct lightningd *ld) |
nothing calls this directly
no test coverage detected