| 274 | struct wally_psbt_output *psbt_append_output(struct wally_psbt *psbt, |
| 275 | const u8 *script, |
| 276 | struct amount_sat amount) |
| 277 | { |
| 278 | return psbt_insert_output(psbt, script, amount, psbt->num_outputs); |
| 279 | } |
no outgoing calls
no test coverage detected