2020-05-15 12:29:53 +02:00
|
|
|
#include <common/channel_id.h>
|
2019-06-03 20:11:25 +02:00
|
|
|
#include <common/per_peer_state.h>
|
2018-02-19 02:06:15 +01:00
|
|
|
|
|
|
|
# An error occurred: if error_for_them, that to go to them.
|
2019-07-24 00:51:11 +02:00
|
|
|
msgtype,status_peer_error,0xFFF4
|
2018-02-19 02:06:15 +01:00
|
|
|
# This is implied if error_for_them, but master tries not to parse packets.
|
2019-07-24 00:51:11 +02:00
|
|
|
msgdata,status_peer_error,channel,channel_id,
|
|
|
|
msgdata,status_peer_error,desc,wirestring,
|
2019-07-26 04:11:19 +02:00
|
|
|
# Take a deep breath, then try reconnecting to the precious little snowflake.
|
2021-02-02 13:47:01 +01:00
|
|
|
msgdata,status_peer_error,warning,bool,
|
2019-07-24 00:51:11 +02:00
|
|
|
msgdata,status_peer_error,len,u16,
|
|
|
|
msgdata,status_peer_error,error_for_them,u8,len
|