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

Function record_external_output

onchaind/onchaind.c:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248static void record_external_output(const struct bitcoin_outpoint *out,
249 struct amount_sat amount,
250 u32 blockheight,
251 enum mvt_tag tag)
252{
253 send_coin_mvt(take(new_coin_external_deposit(NULL, out, blockheight,
254 amount, tag)));
255}
256
257static void record_external_deposit(const struct tracked_output *out,
258 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