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

Uses .to_le_bytes() for signature count in hash_internal_state() #4520

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

brooksprumo
Copy link

Simplification in Bank::hash_internal_state() for getting a byte array of the signature count. Rust has a to_le_bytes() now, which is what we want here.

@brooksprumo brooksprumo self-assigned this Jan 17, 2025
@brooksprumo brooksprumo marked this pull request as ready for review January 17, 2025 16:03
@brooksprumo brooksprumo requested a review from HaoranYi January 17, 2025 16:03
Copy link

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@brooksprumo brooksprumo merged commit 738e064 into anza-xyz:master Jan 17, 2025
47 checks passed
@brooksprumo brooksprumo deleted the freeze/sigs branch January 17, 2025 16:49
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