mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
gossip: Remove annoying nonlocal_gossip_broadcast_done status
Reported-by: @RvMP Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
a7a6b4646a
commit
1da27c51c2
1 changed files with 0 additions and 1 deletions
|
@ -875,7 +875,6 @@ static struct io_plan *nonlocal_gossip_broadcast_done(struct io_conn *conn,
|
|||
{
|
||||
struct peer *peer = dc->ctx;
|
||||
|
||||
status_trace("%s", __func__);
|
||||
peer->broadcast_index++;
|
||||
return nonlocal_dump_gossip(conn, dc);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue