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

Function record_external_deposit

onchaind/onchaind.c:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static void record_external_deposit(const struct tracked_output *out,
258 u32 blockheight,
259 enum mvt_tag tag)
260{
261 record_external_output(&out->outpoint, out->sat, blockheight, tag);
262}
263
264static void record_external_deposit_tags(const struct tracked_output *out,
265 u32 blockheight,

Callers 5

proposal_meets_depthFunction · 0.85
output_spentFunction · 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