From 3f982fcf656033db99882e10f7ea2f10cc84ecc8 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Fri, 30 Apr 2021 12:16:44 -0500 Subject: [PATCH] account.rent_epoch private (#16974) --- sdk/src/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/account.rs b/sdk/src/account.rs index 72ef7902d..7fc5f00b7 100644 --- a/sdk/src/account.rs +++ b/sdk/src/account.rs @@ -39,7 +39,7 @@ pub struct AccountSharedData { /// this account's data contains a loaded program (and is now read-only) executable: bool, /// the epoch at which this account will next owe rent - pub rent_epoch: Epoch, + rent_epoch: Epoch, } /// Compares two ReadableAccounts