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

Function next_updatefee_timer

lightningd/chaintopology.c:558–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556AUTODATA(json_command, &parse_feerate_command);
557
558static void next_updatefee_timer(struct chain_topology *topo)
559{
560 assert(!topo->updatefee_timer);
561 topo->updatefee_timer = new_reltimer(topo->ld->timers, topo,
562 time_from_sec(topo->poll_seconds),
563 start_fee_estimate, topo);
564}
565
566struct sync_waiter {
567 /* Linked from chain_topology->sync_waiters */

Callers 1

update_feeratesFunction · 0.85

Calls 1

time_from_secFunction · 0.85

Tested by

no test coverage detected