mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
38d2899fbb
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>
390 B
390 B
1 | #include <common/per_peer_state.h> |
---|---|
2 | # An error occurred: if error_for_them, that to go to them. |
3 | status_peer_error,0xFFF4 |
4 | # This is implied if error_for_them, but master tries not to parse packets. |
5 | status_peer_error,,channel,struct channel_id |
6 | status_peer_error,,desc,wirestring |
7 | status_peer_error,,pps,struct per_peer_state |
8 | status_peer_error,,len,u16 |
9 | status_peer_error,,error_for_them,len*u8 |