| 1698 | } |
| 1699 | |
| 1700 | static void onchain_annotate_txout(const struct bitcoin_outpoint *outpoint, |
| 1701 | enum wallet_tx_type type) |
| 1702 | { |
| 1703 | wire_sync_write(REQ_FD, take(towire_onchaind_annotate_txout( |
| 1704 | tmpctx, outpoint, type))); |
| 1705 | } |
| 1706 | |
| 1707 | static void onchain_annotate_txin(const struct bitcoin_txid *txid, u32 innum, |
| 1708 | enum wallet_tx_type type) |
no test coverage detected