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

Function wallet_annotate_txout

wallet/wallet.c:5209–5215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5207}
5208
5209void wallet_annotate_txout(struct wallet *w,
5210 const struct bitcoin_outpoint *outpoint,
5211 enum wallet_tx_type type, u64 channel)
5212{
5213 wallet_annotation_add(w, &outpoint->txid, outpoint->n,
5214 OUTPUT_ANNOTATION, type, channel);
5215}
5216
5217void wallet_annotate_txin(struct wallet *w, const struct bitcoin_txid *txid,
5218 int innum, enum wallet_tx_type type, u64 channel)

Callers 3

got_utxoFunction · 0.85
onchain_annotate_txoutFunction · 0.85
depthcb_update_scidFunction · 0.85

Calls 1

wallet_annotation_addFunction · 0.85

Tested by

no test coverage detected