| 4112 | } |
| 4113 | |
| 4114 | void 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 | |
| 4120 | void wallet_transaction_annotate(struct wallet *w, |
| 4121 | const struct bitcoin_txid *txid, enum wallet_tx_type type, |
no test coverage detected