mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
fd498be7ca
Now we have wirestring, this is much more natural. And with the 24M length limit, we needn't be so concerned about dumping 64k peer messages in hex. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
301 B
301 B
1 | #include <common/status_wire.h> |
---|---|
2 | status_log,0xFFF0 |
3 | status_log,,level,enum log_level |
4 | status_log,,entry,wirestring |
5 | status_io,0xFFF1 |
6 | status_io,,iodir,enum log_level |
7 | status_io,,len,u16 |
8 | status_io,,data,len*u8 |
9 | status_fail,0xFFF2 |
10 | status_fail,,failreason,enum status_failreason |
11 | status_fail,,desc,wirestring |