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

Function record_external_deposit

onchaind/onchaind.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static void record_external_deposit(const struct tracked_output *out,
250 u32 blockheight,
251 struct mvt_tags tags)
252{
253 record_external_output(&out->outpoint, out->sat, blockheight, tags);
254}
255
256static void record_mutual_close(const struct tx_parts *tx,
257 const u8 *remote_scriptpubkey,

Callers 6

record_our_anchorFunction · 0.85
output_spentFunction · 0.85
tx_new_depthFunction · 0.85
handle_our_unilateralFunction · 0.85
handle_their_cheatFunction · 0.85
handle_their_unilateralFunction · 0.85

Calls 1

record_external_outputFunction · 0.85

Tested by

no test coverage detected