mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
11 lines
423 B
CSV
11 lines
423 B
CSV
#include <common/per_peer_state.h>
|
|
|
|
# An error occurred: if error_for_them, that to go to them.
|
|
msgtype,status_peer_error,0xFFF4
|
|
# This is implied if error_for_them, but master tries not to parse packets.
|
|
msgdata,status_peer_error,channel,channel_id,
|
|
msgdata,status_peer_error,desc,wirestring,
|
|
msgdata,status_peer_error,pps,per_peer_state,
|
|
msgdata,status_peer_error,len,u16,
|
|
msgdata,status_peer_error,error_for_them,u8,len
|