diff --git a/runtime/src/account_info.rs b/runtime/src/account_info.rs index eb4a9d5ea3..4663f4d7e7 100644 --- a/runtime/src/account_info.rs +++ b/runtime/src/account_info.rs @@ -14,7 +14,7 @@ pub struct AccountInfo { /// lamports in the account used when squashing kept for optimization /// purposes to remove accounts with zero balance. - pub lamports: u64, + lamports: u64, } impl ZeroLamport for AccountInfo {