mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Alex Myers
parent
259dd2a652
commit
fea73680d7
@@ -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. */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user