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

Only use one version of the bitcoin rust library #45

Open
nchashch opened this issue Oct 17, 2024 · 1 comment
Open

Only use one version of the bitcoin rust library #45

nchashch opened this issue Oct 17, 2024 · 1 comment
Labels
question Further information is requested

Comments

@nchashch
Copy link
Collaborator

Right now there are two versions one from the bdk crate and another imported directly.

This is mentioned in #38

We're using two different version of rust-bitcoin throughout the project. One from bitcoin, and one re-exported from bdk. This leads to a bit wrangling back and forth to get the compiler to be happy. Would be very nice to converge on only one of these versions.

@nchashch
Copy link
Collaborator Author

This might not be feasible:

#38 (comment)

@nchashch nchashch added the question Further information is requested label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant