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:163–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
};
162
163
int htlc_state_flags(enum htlc_state state)
164
{
165
assert(state < ARRAY_SIZE(per_state_bits));
166
assert(per_state_bits[state]);
167
return per_state_bits[state];
168
}
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