Home
last modified time | relevance | path

Searched refs:SENT_ADD_REVOCATION (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dhtlc_state.h27 SENT_ADD_REVOCATION, enumerator
H A Dhtlc_state.c82 [SENT_ADD_REVOCATION] = HTLC_ADDING + HTLC_REMOTE_F_OWNER
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dwallet.h202 case SENT_ADD_REVOCATION: in htlc_state_in_db()
203 BUILD_ASSERT(SENT_ADD_REVOCATION == 12); in htlc_state_in_db()
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dfull_channel.c1330 SENT_ADD_REVOCATION, in channel_sending_commit() enumerator
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A Dlightning-listpeers.7.md120 …): Status of the HTLC (one of "RCVD_ADD_HTLC", "RCVD_ADD_COMMIT", "SENT_ADD_REVOCATION", "SENT_ADD…
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dpeer_htlcs.c1910 if (!update_in_htlc(channel, added[i].id, SENT_ADD_REVOCATION)) in peer_sending_revocation()