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

Function unilateral_feerate

lightningd/chaintopology.c:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430u32 unilateral_feerate(struct chain_topology *topo)
431{
432 return try_get_feerate(topo, FEERATE_UNILATERAL_CLOSE);
433}
434
435u32 delayed_to_us_feerate(struct chain_topology *topo)
436{

Callers 3

json_feeratesFunction · 0.85
peer_start_closingdFunction · 0.85
update_feeratesFunction · 0.85

Calls 1

try_get_feerateFunction · 0.70

Tested by

no test coverage detected