MCPcopy Create free account
hub / github.com/ElementsProject/lightning / start_prune_timer

Function start_prune_timer

gossipd/gossmap_manage.c:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473static void start_prune_timer(struct gossmap_manage *gm)
474{
475 /* Schedule next run now */
476 gm->prune_timer = new_reltimer(&gm->daemon->timers, gm,
477 time_from_sec(GOSSIP_PRUNE_INTERVAL(gm->daemon->dev_fast_gossip_prune)/4),
478 prune_network, gm);
479}
480
481static void reprocess_queued_msgs(struct gossmap_manage *gm);
482

Callers 2

prune_networkFunction · 0.85
gossmap_manage_newFunction · 0.85

Calls 1

time_from_secFunction · 0.85

Tested by

no test coverage detected