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

Function start_fee_estimate

lightningd/chaintopology.c:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592static void start_fee_estimate(struct chain_topology *topo)
593{
594 topo->updatefee_timer = NULL;
595 /* Based on timer, update fee estimates. */
596 bitcoind_estimate_fees(topo->request_ctx, topo->bitcoind, update_feerates_repeat, NULL);
597}
598
599struct rate_conversion {
600 u32 blockcount;

Callers 1

begin_topologyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected