From c8390ca403eeae6fac56f0d5ef60a70b36b58e52 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 28 Feb 2018 06:51:07 +1030 Subject: [PATCH] gossipd: fix obsolete comments. Signed-off-by: Rusty Russell --- gossipd/gossip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gossipd/gossip.c b/gossipd/gossip.c index 92513f7dd..0f90343d7 100644 --- a/gossipd/gossip.c +++ b/gossipd/gossip.c @@ -806,7 +806,7 @@ static void handle_local_add_channel(struct peer *peer, u8 *msg) } /** - * owner_msg_in - Called by the `peer->owner_conn` upon receiving a + * owner_msg_in - Called by the `peer->remote` upon receiving a * message */ static struct io_plan *owner_msg_in(struct io_conn *conn, @@ -890,7 +890,7 @@ static struct io_plan *nonlocal_gossip_broadcast_done(struct io_conn *conn, /** * nonlocal_dump_gossip - catch the nonlocal peer up with the latest gossip. * - * Registered as `msg_queue_cleared_cb` by the `peer->owner_conn`. + * Registered as `msg_queue_cleared_cb` by the `peer->remote`. */ static struct io_plan *nonlocal_dump_gossip(struct io_conn *conn, struct daemon_conn *dc) {