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

Function record_external_output

onchaind/onchaind.c:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static void record_external_output(const struct bitcoin_outpoint *out,
241 struct amount_sat amount,
242 u32 blockheight,
243 struct mvt_tags tags)
244{
245 send_coin_mvt(take(new_coin_external_deposit(NULL, out, blockheight,
246 amount, tags)));
247}
248
249static void record_external_deposit(const struct tracked_output *out,
250 u32 blockheight,

Callers 6

record_external_depositFunction · 0.85
record_mutual_closeFunction · 0.85
handle_our_unilateralFunction · 0.85
handle_their_cheatFunction · 0.85
handle_their_unilateralFunction · 0.85

Calls 2

send_coin_mvtFunction · 0.85

Tested by

no test coverage detected