FIXME: remove */
| 407 | |
| 408 | /* FIXME: remove */ |
| 409 | void wally_tx_input_get_txid(const struct wally_tx_input *in, |
| 410 | struct bitcoin_txid *txid) |
| 411 | { |
| 412 | CROSS_TYPE_ASSIGNMENT(txid, &in->txhash); |
| 413 | } |
| 414 | |
| 415 | void wally_tx_input_get_outpoint(const struct wally_tx_input *in, |
| 416 | struct bitcoin_outpoint *outpoint) |
no outgoing calls
no test coverage detected