| 204 | struct wally_psbt_output *psbt_append_output(struct wally_psbt *psbt, |
| 205 | const u8 *script, |
| 206 | struct amount_sat amount) |
| 207 | { |
| 208 | struct wally_psbt_output *out; |
| 209 | struct wally_tx_output *tx_out = wally_tx_output(NULL, script, amount); |
no outgoing calls
no test coverage detected