mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 17:44:20 +01:00
Encapsulating the peer state was a win for lightningd; not surprisingly, it's even more of a win for the other daemons, especially as we want to add a little gossip information. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
11 lines
390 B
CSV
11 lines
390 B
CSV
#include <common/per_peer_state.h>
|
|
|
|
# An error occurred: if error_for_them, that to go to them.
|
|
status_peer_error,0xFFF4
|
|
# This is implied if error_for_them, but master tries not to parse packets.
|
|
status_peer_error,,channel,struct channel_id
|
|
status_peer_error,,desc,wirestring
|
|
status_peer_error,,pps,struct per_peer_state
|
|
status_peer_error,,len,u16
|
|
status_peer_error,,error_for_them,len*u8
|