Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ dev_suppress_gossip
Function
dev_suppress_gossip
connectd/connectd.c:1876–1879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1874
}
1875
1876
static void dev_suppress_gossip(struct daemon *daemon, const u8 *msg)
1877
{
1878
daemon->dev_suppress_gossip = true;
1879
}
1880
#endif /* DEVELOPER */
1881
1882
static struct io_plan *recv_peer_connect_subd(struct io_conn *conn,
Callers
1
recv_req
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected