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

Function wallet_annotate_txin

wallet/wallet.c:4114–4118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4112}
4113
4114void wallet_annotate_txin(struct wallet *w, const struct bitcoin_txid *txid,
4115 int innum, enum wallet_tx_type type, u64 channel)
4116{
4117 wallet_annotation_add(w, txid, innum, INPUT_ANNOTATION, type, channel);
4118}
4119
4120void wallet_transaction_annotate(struct wallet *w,
4121 const struct bitcoin_txid *txid, enum wallet_tx_type type,

Callers 1

onchain_annotate_txinFunction · 0.85

Calls 1

wallet_annotation_addFunction · 0.85

Tested by

no test coverage detected