mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
fda5f0b427
The definition was in wire/wire.h, and helper functions in fromwire.c! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
575 B
575 B
1 | #include <common/channel_id.h> |
---|---|
2 | #include <common/per_peer_state.h> |
3 | # An error occurred: if error_for_them, that to go to them. |
4 | msgtype,status_peer_error,0xFFF4 |
5 | # This is implied if error_for_them, but master tries not to parse packets. |
6 | msgdata,status_peer_error,channel,channel_id, |
7 | msgdata,status_peer_error,desc,wirestring, |
8 | # Take a deep breath, then try reconnecting to the precious little snowflake. |
9 | msgdata,status_peer_error,soft_error,bool, |
10 | msgdata,status_peer_error,pps,per_peer_state, |
11 | msgdata,status_peer_error,len,u16, |
12 | msgdata,status_peer_error,error_for_them,u8,len |