From b4e7b198e6ef8db2456dbc12ae6edc8b76368087 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 9 May 2019 09:28:54 +0930 Subject: [PATCH] common/read_peer_msg: fix header comment. Reported-by: @trueptolemy Signed-off-by: Rusty Russell --- common/read_peer_msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/read_peer_msg.h b/common/read_peer_msg.h index 9e0b5e4dd..ba64d48b4 100644 --- a/common/read_peer_msg.h +++ b/common/read_peer_msg.h @@ -59,6 +59,7 @@ bool is_wrong_channel(const u8 *msg, const struct channel_id *expected, * handle_peer_gossip_or_error - simple handler for all the above cases. * @peer_fd, @gossip_fd, @gossip_store_fd: peer, gossip and gossip_store fds. * @cs: the cryptostate (updated) + * @channel_id: the channel id of the current channel. * @msg: the peer message (only taken if returns true). * * This returns true if it handled the packet: a gossip packet (forwarded