forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make BankHashDetails use a subtype for bank hash mixins (#2644)
The option to only record bank hash, and not the items that factor into the bank hash, was added a while ago. So, all of the items that factor into bank hash are optional. Someone is likely to either care about all of the bank hash mixins or none of them, so move the items into a sub type and make it an Option<_>
- Loading branch information
Showing
2 changed files
with
58 additions
and
97 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