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

change Vec<u8> to Box<[u8]> for holding a node's hash pre-image #659

Merged
merged 1 commit into from
May 23, 2024

Conversation

danlaine
Copy link

We don't need to modify these bytes after this method returns them so they can be boxed

@danlaine danlaine self-assigned this May 22, 2024
@danlaine danlaine merged commit 0c11aed into remove-shale May 23, 2024
4 checks passed
@danlaine danlaine deleted the remove-shale-change-serialize-preimage branch May 23, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants