@@ -435,9 +435,6 @@ bool invoices_resolve(struct invoices *invoices UNNEEDED,
435435 const struct json_escape * label UNNEEDED ,
436436 const struct bitcoin_outpoint * outpoint UNNEEDED )
437437{ fprintf (stderr , "invoices_resolve called!\n" ); abort (); }
438- /* Generated stub for is_hsm_secret_encrypted */
439- int is_hsm_secret_encrypted (const char * path UNNEEDED )
440- { fprintf (stderr , "is_hsm_secret_encrypted called!\n" ); abort (); }
441438/* Generated stub for json_add_address */
442439void json_add_address (struct json_stream * response UNNEEDED , const char * fieldname UNNEEDED ,
443440 const struct wireaddr * addr UNNEEDED )
@@ -1038,6 +1035,9 @@ void tell_connectd_peer_importance(struct peer *peer UNNEEDED,
10381035/* Generated stub for tlv_hsmd_dev_preinit_tlvs_new */
10391036struct tlv_hsmd_dev_preinit_tlvs * tlv_hsmd_dev_preinit_tlvs_new (const tal_t * ctx UNNEEDED )
10401037{ fprintf (stderr , "tlv_hsmd_dev_preinit_tlvs_new called!\n" ); abort (); }
1038+ /* Generated stub for tlv_hsmd_init_tlvs_new */
1039+ struct tlv_hsmd_init_tlvs * tlv_hsmd_init_tlvs_new (const tal_t * ctx UNNEEDED )
1040+ { fprintf (stderr , "tlv_hsmd_init_tlvs_new called!\n" ); abort (); }
10411041/* Generated stub for to_canonical_invstr */
10421042const char * to_canonical_invstr (const tal_t * ctx UNNEEDED , const char * invstring UNNEEDED )
10431043{ fprintf (stderr , "to_canonical_invstr called!\n" ); abort (); }
@@ -1141,7 +1141,7 @@ u8 *towire_hsmd_forget_channel(const tal_t *ctx UNNEEDED, const struct node_id *
11411141u8 * towire_hsmd_get_output_scriptpubkey (const tal_t * ctx UNNEEDED , u64 channel_id UNNEEDED , const struct node_id * peer_id UNNEEDED , const struct pubkey * commitment_point UNNEEDED )
11421142{ fprintf (stderr , "towire_hsmd_get_output_scriptpubkey called!\n" ); abort (); }
11431143/* Generated stub for towire_hsmd_init */
1144- u8 * towire_hsmd_init (const tal_t * ctx UNNEEDED , const struct bip32_key_version * bip32_key_version UNNEEDED , const struct chainparams * chainparams UNNEEDED , const struct secret * hsm_encryption_key UNNEEDED , const struct privkey * dev_force_privkey UNNEEDED , const struct secret * dev_force_bip32_seed UNNEEDED , const struct secrets * dev_force_channel_secrets UNNEEDED , const struct sha256 * dev_force_channel_secrets_shaseed UNNEEDED , u32 hsm_wire_min_version UNNEEDED , u32 hsm_wire_max_version UNNEEDED )
1144+ u8 * towire_hsmd_init (const tal_t * ctx UNNEEDED , const struct bip32_key_version * bip32_key_version UNNEEDED , const struct chainparams * chainparams UNNEEDED , const struct secret * hsm_encryption_key UNNEEDED , const struct privkey * dev_force_privkey UNNEEDED , const struct secret * dev_force_bip32_seed UNNEEDED , const struct secrets * dev_force_channel_secrets UNNEEDED , const struct sha256 * dev_force_channel_secrets_shaseed UNNEEDED , u32 hsm_wire_min_version UNNEEDED , u32 hsm_wire_max_version UNNEEDED , const struct tlv_hsmd_init_tlvs * tlvs UNNEEDED )
11451145{ fprintf (stderr , "towire_hsmd_init called!\n" ); abort (); }
11461146/* Generated stub for towire_hsmd_new_channel */
11471147u8 * towire_hsmd_new_channel (const tal_t * ctx UNNEEDED , const struct node_id * id UNNEEDED , u64 dbid UNNEEDED )
0 commit comments