mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
gossipd: fix obsolete comments.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
a073c201e0
commit
c8390ca403
@@ -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
|
* message
|
||||||
*/
|
*/
|
||||||
static struct io_plan *owner_msg_in(struct io_conn *conn,
|
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.
|
* 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)
|
static struct io_plan *nonlocal_dump_gossip(struct io_conn *conn, struct daemon_conn *dc)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user