MCPcopy Create free account
hub / github.com/ElementsProject/lightning / last_fee_state

Function last_fee_state

common/fee_states.c:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18enum htlc_state last_fee_state(enum side opener)
19{
20 if (opener == LOCAL)
21 return SENT_ADD_ACK_REVOCATION;
22 else
23 return RCVD_ADD_ACK_REVOCATION;
24}
25
26struct fee_states *new_fee_states(const tal_t *ctx,
27 enum side opener,

Callers 6

new_fee_statesFunction · 0.85
get_feerateFunction · 0.85
fee_states_validFunction · 0.85
new_height_statesFunction · 0.85
get_blockheightFunction · 0.85
height_states_validFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected