private AccountSharedData.owner (#16760)

* private AccountSharedData.owner

* fix perf test
This commit is contained in:
Jeff Washington (jwash)
2021-04-26 14:59:17 -05:00
committed by GitHub
parent c54daa8009
commit 603872685d
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ pub struct AccountSharedData {
/// data held in this account
data: Arc<Vec<u8>>,
/// the program that owns this account. If executable, the program that loads this account.
pub owner: Pubkey,
owner: Pubkey,
/// this account's data contains a loaded program (and is now read-only)
pub executable: bool,
/// the epoch at which this account will next owe rent