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

Function unknown_feerates

lightningd/chaintopology.c:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382static void next_updatefee_timer(struct chain_topology *topo);
383
384bool unknown_feerates(const struct chain_topology *topo)
385{
386 return tal_count(topo->feerates[0]) == 0;
387}
388
389static u32 interp_feerate(const struct feerate_est *rates, u32 blockcount)
390{

Callers 2

accepter_got_offerFunction · 0.85
opening_got_offerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected