Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
435
u32 delayed_to_us_feerate(struct chain_topology *topo)
436
{
437
return try_get_feerate(topo, FEERATE_DELAYED_TO_US);
438
}
439
440
u32 htlc_resolution_feerate(struct chain_topology *topo)
441
{
Callers
1
onchaind_funding_spent
Function · 0.85
Calls
1
try_get_feerate
Function · 0.70
Tested by
no test coverage detected