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

AcctIdx: better types for AccountInfo #21893

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

jeffwashington
Copy link
Contributor

Problem

Summary of Changes

Fixes #

@@ -10,6 +10,9 @@ use crate::{
/// offset within an append vec to account data
pub type Offset = usize;

/// bytes used to store this account in append vec
pub type StoredSize = usize;
Copy link
Contributor

Choose a reason for hiding this comment

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

Yay! I was hoping for something like this.

@jeffwashington jeffwashington merged commit e694aca into solana-labs:master Dec 14, 2021
@jeffwashington
Copy link
Contributor Author

#21894 finished with this change in it

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