Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ feerate_style_name
Function
feerate_style_name
bitcoin/feerate.c:30–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
const char *feerate_style_name(enum feerate_style style)
31
{
32
switch (style) {
33
case FEERATE_PER_KBYTE:
34
return
"perkb"
;
35
case FEERATE_PER_KSIPA:
36
return
"perkw"
;
37
}
38
abort();
39
}
Callers
6
json_feerates
Function · 0.85
json_parse_feerate
Function · 0.85
json_add_channel
Function · 0.85
param_feerate_style
Function · 0.85
param_feerate_val
Function · 0.85
listfunds_success
Function · 0.85
Calls
1
abort
Function · 0.85
Tested by
no test coverage detected