-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Use OwnerOffset type in TieredAccountMeta (#34106)
#### Problem TieredAccountMeta currently uses `u32` for owner_offset, while we already have a dedicate type for that --- OwnerOffset. #### Summary of Changes This PR makes TieredAccountMeta use OwnerOffset for its owner_offset field. #### Test Plan Existing unit-tests.
- Loading branch information
1 parent
ca6ab08
commit 1e9f6d9
Showing
3 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters