mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 12:44:26 +01:00
wire-gen: move in-house wire delcarations to new format
tidying things up!
This commit is contained in:
committed by
Rusty Russell
parent
236d26308f
commit
32eaae0cb9
@@ -1,10 +1,10 @@
|
||||
#include <common/per_peer_state.h>
|
||||
|
||||
# An error occurred: if error_for_them, that to go to them.
|
||||
status_peer_error,0xFFF4
|
||||
msgtype,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
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user