We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wally_psbt_input_get_outpoint... but I've said that so many times I think we need a bitcoin/psbt.h:
struct wally_psbt_input *wally_psbt_get_input_spending(const struct wally_psbt *psbt, const struct bitcoin_outpoint *out, size_t *in_num)
where in_num is set if non-NULL (and return is non-NULL).
Originally posted by @rustyrussell in #6253 (comment)
The text was updated successfully, but these errors were encountered:
Hi, you can implement this trivially as a wrapper over psbt_find_input_spending_utxo() in ElementsProject/libwally-core#403 once merged.
psbt_find_input_spending_utxo()
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
wally_psbt_input_get_outpoint... but I've said that so many times I think we need a bitcoin/psbt.h:
where in_num is set if non-NULL (and return is non-NULL).
Originally posted by @rustyrussell in #6253 (comment)
The text was updated successfully, but these errors were encountered: