|
1 | 1 | #include <bitcoin/psbt.h> |
2 | 2 | #include <bitcoin/tx.h> |
| 3 | +#include <common/bip32.h> |
3 | 4 | #include <common/blockheight_states.h> |
4 | 5 | #include <common/cryptomsg.h> |
5 | 6 | #include <common/channel_config.h> |
@@ -58,6 +59,8 @@ msgdata,channeld_init,funding_short_id,short_channel_id, |
58 | 59 | msgdata,channeld_init,reestablish,bool, |
59 | 60 | msgdata,channeld_init,send_shutdown,bool, |
60 | 61 | msgdata,channeld_init,remote_shutdown_received,bool, |
| 62 | +msgdata,channeld_init,final_index,u32, |
| 63 | +msgdata,channeld_init,final_ext_key,ext_key, |
61 | 64 | msgdata,channeld_init,final_scriptpubkey_len,u16, |
62 | 65 | msgdata,channeld_init,final_scriptpubkey,u8,final_scriptpubkey_len |
63 | 66 | msgdata,channeld_init,flags,u8, |
@@ -174,6 +177,8 @@ msgtype,channeld_got_revoke_reply,1122 |
174 | 177 |
|
175 | 178 | # Tell peer to shut down channel. |
176 | 179 | msgtype,channeld_send_shutdown,1023 |
| 180 | +msgdata,channeld_send_shutdown,final_index,u32, |
| 181 | +msgdata,channeld_send_shutdown,final_ext_key,ext_key, |
177 | 182 | msgdata,channeld_send_shutdown,shutdown_len,u16, |
178 | 183 | msgdata,channeld_send_shutdown,shutdown_scriptpubkey,u8,shutdown_len |
179 | 184 | msgdata,channeld_send_shutdown,wrong_funding,?bitcoin_outpoint, |
|
0 commit comments