Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
u32 unilateral_feerate(struct chain_topology *topo)
431
{
432
return try_get_feerate(topo, FEERATE_UNILATERAL_CLOSE);
433
}
434
435
u32 delayed_to_us_feerate(struct chain_topology *topo)
436
{
Callers
3
json_feerates
Function · 0.85
peer_start_closingd
Function · 0.85
update_feerates
Function · 0.85
Calls
1
try_get_feerate
Function · 0.70
Tested by
no test coverage detected