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

Function htlcs_index_created

wallet/test/run-db.c:135–143  ·  view source on GitHub ↗

Generated stub for htlcs_index_created */

Source from the content-addressed store, hash-verified

133{ fprintf(stderr, "htlc_out_connect_htlc_in called!\n"); abort(); }
134/* Generated stub for htlcs_index_created */
135u64 htlcs_index_created(struct lightningd *ld UNNEEDED,
136 u64 htlc_id UNNEEDED,
137 const struct channel *channel UNNEEDED,
138 const struct sha256 *payment_hash UNNEEDED,
139 enum side owner UNNEEDED,
140 u32 expiry UNNEEDED,
141 struct amount_msat amount UNNEEDED,
142 enum htlc_state hstate UNNEEDED)
143{ fprintf(stderr, "htlcs_index_created called!\n"); abort(); }
144/* Generated stub for htlcs_index_deleted */
145void htlcs_index_deleted(struct lightningd *ld UNNEEDED,
146 const struct channel *channel UNNEEDED,

Callers 2

wallet_htlc_save_inFunction · 0.50
wallet_htlc_save_outFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected