AcctIdx: AccountInfo.lamports private (#21819)

This commit is contained in:
Jeff Washington (jwash) 2021-12-13 10:59:33 -06:00 committed by GitHub
parent c9e0bde407
commit 9e9a1a4876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub struct AccountInfo {
/// lamports in the account used when squashing kept for optimization /// lamports in the account used when squashing kept for optimization
/// purposes to remove accounts with zero balance. /// purposes to remove accounts with zero balance.
pub lamports: u64, lamports: u64,
} }
impl ZeroLamport for AccountInfo { impl ZeroLamport for AccountInfo {