From a289cd4ff5ae2496be5367aa92538df8b5a24de2 Mon Sep 17 00:00:00 2001 From: Sangbida Chaudhuri <101164840+sangbida@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:57:51 +1030 Subject: [PATCH] hsm_control: fixup! old comment --- lightningd/hsm_control.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lightningd/hsm_control.h b/lightningd/hsm_control.h index ff16954f0..f1262e9a8 100644 --- a/lightningd/hsm_control.h +++ b/lightningd/hsm_control.h @@ -27,7 +27,6 @@ const u8 *hsm_sync_req(const tal_t *ctx, struct lightningd *ld, const u8 *msg TAKES); -/* Get (and check!) a bip32 derived pubkey */ void bip32_pubkey(struct lightningd *ld, struct pubkey *pubkey, u32 index); void bip86_pubkey(struct lightningd *ld, struct pubkey *pubkey, u32 index);