Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
868
u32 try_get_feerate(const struct chain_topology *topo, enum feerate feerate)
869
{
870
return topo->feerate[feerate];
871
}
872
873
u32 feerate_min(struct lightningd *ld, bool *unknown)
874
{
Callers
14
update_feerates
Function · 0.70
opening_feerate
Function · 0.70
mutual_close_feerate
Function · 0.70
unilateral_feerate
Function · 0.70
delayed_to_us_feerate
Function · 0.70
htlc_resolution_feerate
Function · 0.70
penalty_feerate
Function · 0.70
json_feerates
Function · 0.70
feerate_min
Function · 0.70
feerate_max
Function · 0.70
param_feerate_estimate
Function · 0.70
update_feerates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected