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

Function ignore_output

onchaind/onchaind.c:612–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612static void ignore_output(struct tracked_output *out)
613{
614 status_debug("Ignoring output %s: %s/%s",
615 fmt_bitcoin_outpoint(tmpctx, &out->outpoint),
616 tx_type_name(out->tx_type),
617 output_type_name(out->output_type));
618
619 out->resolved = tal(out, struct resolution);
620 out->resolved->txid = out->outpoint.txid;
621 out->resolved->depth = 0;
622 out->resolved->tx_type = SELF;
623}
624
625static void handle_spend_created(struct tracked_output *out, const u8 *msg)
626{

Callers 9

handle_spend_createdFunction · 0.85
propose_ignoreFunction · 0.85
output_spentFunction · 0.85
tx_new_depthFunction · 0.85
handle_our_unilateralFunction · 0.85
their_unilateral_localFunction · 0.85
handle_their_cheatFunction · 0.85
handle_their_unilateralFunction · 0.85

Calls 3

fmt_bitcoin_outpointFunction · 0.85
tx_type_nameFunction · 0.85
output_type_nameFunction · 0.85

Tested by

no test coverage detected