Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ htlc_state_flags
Function
htlc_state_flags
common/htlc_state.c:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
};
134
135
int htlc_state_flags(enum htlc_state state)
136
{
137
assert(state < ARRAY_SIZE(per_state_bits));
138
assert(per_state_bits[state]);
139
return per_state_bits[state];
140
}
141
Callers
13
get_feerate
Function · 0.70
inc_fee_state
Function · 0.70
towire_fee_states
Function · 0.70
htlc_state_owner
Function · 0.70
get_blockheight
Function · 0.70
inc_height_state
Function · 0.70
towire_height_states
Function · 0.70
htlc_incstate
Function · 0.50
fee_incstate
Function · 0.50
blockheight_incstate
Function · 0.50
change_htlcs
Function · 0.50
pending_updates
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected