MCPcopy 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
445u32 penalty_feerate(struct chain_topology *topo)
446{
447 return try_get_feerate(topo, FEERATE_PENALTY);
448}
449
450static struct command_result *json_feerates(struct command *cmd,
451 const char *buffer,

Callers 1

onchaind_funding_spentFunction · 0.85

Calls 1

try_get_feerateFunction · 0.70

Tested by

no test coverage detected