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

Function last_fee_state

common/fee_states.c:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

new_fee_statesFunction · 0.70
get_feerateFunction · 0.70
fee_states_validFunction · 0.70
new_height_statesFunction · 0.70
get_blockheightFunction · 0.70
height_states_validFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected