Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ opening_feerate
Function
opening_feerate
lightningd/chaintopology.c:420–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
u32 opening_feerate(struct chain_topology *topo)
421
{
422
return try_get_feerate(topo, FEERATE_OPENING);
423
}
424
425
u32 mutual_close_feerate(struct chain_topology *topo)
426
{
Callers
3
init_set_feerate
Function · 0.85
json_feerates
Function · 0.85
json_fundchannel_start
Function · 0.85
Calls
1
try_get_feerate
Function · 0.70
Tested by
no test coverage detected