AcctIdx: AccountInfo.lamports private (#21819)
This commit is contained in:
parent
c9e0bde407
commit
9e9a1a4876
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue