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

Function onchain_annotate_txin

onchaind/onchaind.c:1707–1712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1705}
1706
1707static void onchain_annotate_txin(const struct bitcoin_txid *txid, u32 innum,
1708 enum wallet_tx_type type)
1709{
1710 wire_sync_write(REQ_FD, take(towire_onchaind_annotate_txin(
1711 tmpctx, txid, innum, type)));
1712}
1713
1714/* An output has been spent: see if it resolves something we care about. */
1715static void output_spent(struct tracked_output ***outs,

Callers 5

handle_mutual_closeFunction · 0.70
handle_our_unilateralFunction · 0.70
handle_their_cheatFunction · 0.70
handle_their_unilateralFunction · 0.70

Calls 2

wire_sync_writeFunction · 0.50

Tested by

no test coverage detected