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

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 {