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

Function next_topology_timer

lightningd/chaintopology.c:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static void next_topology_timer(struct chain_topology *topo)
46{
47 assert(!topo->extend_timer);
48 topo->extend_timer = new_reltimer(topo->ld->timers, topo,
49 time_from_sec(topo->poll_seconds),
50 try_extend_tip, topo);
51}
52
53static bool we_broadcast(const struct chain_topology *topo,
54 const struct bitcoin_txid *txid)

Callers 1

updates_completeFunction · 0.85

Calls 1

time_from_secFunction · 0.85

Tested by

no test coverage detected