| 572 | } |
| 573 | |
| 574 | void wally_psbt_input_get_txid(const struct wally_psbt_input *in, |
| 575 | struct bitcoin_txid *txid) |
| 576 | { |
| 577 | CROSS_TYPE_ASSIGNMENT(txid, &in->txhash); |
| 578 | } |
| 579 | |
| 580 | bool psbt_has_input(const struct wally_psbt *psbt, |
| 581 | const struct bitcoin_outpoint *outpoint) |
no outgoing calls
no test coverage detected