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:34–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
const char *feerate_style_name(enum feerate_style style)
35
{
36
switch (style) {
37
case FEERATE_PER_KBYTE:
38
return
"perkb"
;
39
case FEERATE_PER_KSIPA:
40
return
"perkw"
;
41
}
42
abort();
43
}
Callers
6
json_feerates
Function · 0.85
json_parse_feerate
Function · 0.85
NON_NULL_ARGS
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