Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ penalty_feerate
Function
penalty_feerate
lightningd/chaintopology.c:445–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
u32 penalty_feerate(struct chain_topology *topo)
446
{
447
return try_get_feerate(topo, FEERATE_PENALTY);
448
}
449
450
static struct command_result *json_feerates(struct command *cmd,
451
const char *buffer,
Callers
1
onchaind_funding_spent
Function · 0.85
Calls
1
try_get_feerate
Function · 0.70
Tested by
no test coverage detected