@@ -758,17 +758,6 @@ void notify_channel_mvt(struct lightningd *ld UNNEEDED,
758758void notify_channel_open_failed (struct lightningd * ld UNNEEDED ,
759759 const struct channel_id * cid UNNEEDED )
760760{ fprintf (stderr , "notify_channel_open_failed called!\n" ); abort (); }
761- /* Generated stub for notify_channel_state_changed */
762- void notify_channel_state_changed (struct lightningd * ld UNNEEDED ,
763- const struct node_id * peer_id UNNEEDED ,
764- const struct channel_id * cid UNNEEDED ,
765- const struct short_channel_id * scid UNNEEDED ,
766- struct timeabs timestamp UNNEEDED ,
767- enum channel_state old_state UNNEEDED ,
768- enum channel_state new_state UNNEEDED ,
769- enum state_change cause UNNEEDED ,
770- const char * message UNNEEDED )
771- { fprintf (stderr , "notify_channel_state_changed called!\n" ); abort (); }
772761/* Generated stub for notify_connect */
773762void notify_connect (struct lightningd * ld UNNEEDED ,
774763 const struct node_id * nodeid UNNEEDED ,
@@ -1313,6 +1302,17 @@ u8 *wire_sync_read(const tal_t *ctx UNNEEDED, int fd UNNEEDED)
13131302void plugin_hook_db_sync (struct db * db UNNEEDED )
13141303{
13151304}
1305+ void notify_channel_state_changed (struct lightningd * ld UNNEEDED ,
1306+ const struct node_id * peer_id UNNEEDED ,
1307+ const struct channel_id * cid UNNEEDED ,
1308+ const struct short_channel_id * scid UNNEEDED ,
1309+ struct timeabs timestamp UNNEEDED ,
1310+ enum channel_state old_state UNNEEDED ,
1311+ enum channel_state new_state UNNEEDED ,
1312+ enum state_change cause UNNEEDED ,
1313+ const char * message UNNEEDED )
1314+ {
1315+ }
13161316bool fromwire_hsmd_get_channel_basepoints_reply (const void * p UNNEEDED ,
13171317 struct basepoints * basepoints ,
13181318 struct pubkey * funding_pubkey )
0 commit comments