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

Function try_get_feerate

lightningd/chaintopology.c:868–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866
867
868u32 try_get_feerate(const struct chain_topology *topo, enum feerate feerate)
869{
870 return topo->feerate[feerate];
871}
872
873u32 feerate_min(struct lightningd *ld, bool *unknown)
874{

Callers 14

update_feeratesFunction · 0.70
opening_feerateFunction · 0.70
mutual_close_feerateFunction · 0.70
unilateral_feerateFunction · 0.70
delayed_to_us_feerateFunction · 0.70
htlc_resolution_feerateFunction · 0.70
penalty_feerateFunction · 0.70
json_feeratesFunction · 0.70
feerate_minFunction · 0.70
feerate_maxFunction · 0.70
param_feerate_estimateFunction · 0.70
update_feeratesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected