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

HWIChain could be a wrapper type #80

Closed
tcharding opened this issue Jun 13, 2023 · 0 comments · Fixed by #83
Closed

HWIChain could be a wrapper type #80

tcharding opened this issue Jun 13, 2023 · 0 comments · Fixed by #83

Comments

@tcharding
Copy link
Contributor

It looks like HWIChain exists to get around the orphan rules so we can implement IntoPy, if this is the case then a wrapper type may be better than the current new type. E.g.

pub struct HWIChain(bitcoin::Network)
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 a pull request may close this issue.

1 participant