@@ -908,10 +908,6 @@ bool peer_start_channeld(struct channel *channel UNNEEDED,
908908 bool reconnected UNNEEDED ,
909909 bool reestablish_only UNNEEDED )
910910{ fprintf (stderr , "peer_start_channeld called!\n" ); abort (); }
911- /* Generated stub for peer_start_closingd */
912- void peer_start_closingd (struct channel * channel UNNEEDED ,
913- struct peer_fd * peer_fd UNNEEDED )
914- { fprintf (stderr , "peer_start_closingd called!\n" ); abort (); }
915911/* Generated stub for peer_start_dualopend */
916912bool peer_start_dualopend (struct peer * peer UNNEEDED , struct peer_fd * peer_fd UNNEEDED ,
917913 struct channel * channel UNNEEDED )
@@ -1045,8 +1041,7 @@ void wallet_delete_peer_if_unused(struct wallet *w UNNEEDED, u64 peer_dbid UNNEE
10451041/* Generated stub for wallet_extract_owned_outputs */
10461042int wallet_extract_owned_outputs (struct wallet * w UNNEEDED , const struct wally_tx * tx UNNEEDED ,
10471043 bool is_coinbase UNNEEDED ,
1048- const u32 * blockheight UNNEEDED ,
1049- struct amount_sat * total UNNEEDED )
1044+ const u32 * blockheight UNNEEDED )
10501045{ fprintf (stderr , "wallet_extract_owned_outputs called!\n" ); abort (); }
10511046/* Generated stub for wallet_htlcs_load_in_for_channel */
10521047bool wallet_htlcs_load_in_for_channel (struct wallet * wallet UNNEEDED ,
0 commit comments