| 272 | } |
| 273 | |
| 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 | } |
| 280 | |
| 281 | struct wally_psbt_output *psbt_insert_output(struct wally_psbt *psbt, |
| 282 | const u8 *script, |