The second parameter, `struct wally_tx *tx` for method `wally_psbt_set_global_tx` should be const, since it's copied internally and not modified.
The second parameter,
struct wally_tx *txfor methodwally_psbt_set_global_txshould be const, since it's copied internally and not modified.