Skip to content
New issue

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

WIP: miniscript: Import update_psbt_input from plan module #6

Closed
wants to merge 1 commit into from

Conversation

tcharding
Copy link
Member

Currently this accesses private fields on the Plan type. I made them public in a local version of miniscript and patched the manifest and tested with bdk.

Turns out we cannot use the miniscript module without bringing in the Plan::update_psbt_input function because it takes an Input as parameter.

Just do a quick and dirty import changing self to be plan: &Plan.

Turns out we cannot use the miniscript module without bringing in the
`Plan::update_psbt_input` function because it takes an `Input` as
parameter.

Just do a quick and dirty import changing `self` to be `plan: &Plan`.
@tcharding
Copy link
Member Author

Not doing this now.

@tcharding tcharding closed this Sep 22, 2024
@tcharding tcharding deleted the 09-20-import-update_psbt_input branch September 22, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant