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

Function delayed_to_us_feerate

lightningd/chaintopology.c:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435u32 delayed_to_us_feerate(struct chain_topology *topo)
436{
437 return try_get_feerate(topo, FEERATE_DELAYED_TO_US);
438}
439
440u32 htlc_resolution_feerate(struct chain_topology *topo)
441{

Callers 1

onchaind_funding_spentFunction · 0.85

Calls 1

try_get_feerateFunction · 0.70

Tested by

no test coverage detected