typo fixes found by @niftynei

Also, put the "added" lines in the request schemas for new commands:
this doesn't do anything (yet?) but it keeps `make schema-added-check` happy.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-01-30 16:54:18 +10:30
committed by Alex Myers
parent 259dd2a652
commit fea73680d7
5 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ struct gossip_rcvd_filter;
*/
struct gossip_hdr {
beint16_t flags; /* Length of message after header. */
beint16_t len; /* Length of message after header. */
beint16_t len; /* GOSSIP_STORE_xxx_BIT flags. */
beint32_t crc; /* crc of message of timestamp, after header. */
beint32_t timestamp; /* timestamp of msg. */
};