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

Boltz: Add derive traits for Cooperative and BoltzApiClient structs #71

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

hydra-yse
Copy link
Contributor

An small issue arose while developing our refund flow in breez/breez-sdk-liquid#407. The Cooperative struct is not cloneable and is required to be passed by value to the sign_refund method, while also being necessary in other parts of the code. Would it be possible to derive this trait (and while we're at it, Debug as well)?

@michael1011
Copy link
Collaborator

Would it be possible to derive this trait (and while we're at it, Debug as well)?

Of course. There is no reason not to derive those.

@michael1011 michael1011 merged commit f1c232c into SatoshiPortal:trunk Sep 11, 2024
4 checks passed
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.

2 participants