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

Provide compatibility with librustzcash/zcash_client_backend: derive Clone for CompactAction #118

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dmidem
Copy link

@dmidem dmidem commented Oct 15, 2024

This PR updates the crate to ensure compatibility with the zcash_client_backend crate in librustzcash repository. Specifically, it derives the Clone trait for the CompactAction struct to resolve compilation errors when the orchard feature is enabled for zcash_client_backend crate (BatchRunner struct there requires that).

@dmidem dmidem requested a review from PaulLaux October 15, 2024 08:18
@QED-it QED-it deleted a comment from what-the-diff bot Oct 15, 2024
@dmidem dmidem merged commit a7c02d2 into zsa1 Oct 15, 2024
28 checks passed
@dmidem dmidem deleted the compact-action-derive-clone branch October 15, 2024 09:01
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