From 3d133d61cad78fd4bacf05a47808b0beabd6348a Mon Sep 17 00:00:00 2001 From: Parth Date: Mon, 23 Dec 2019 06:12:29 +0530 Subject: [PATCH] fix rent book entry (#7602) --- book/src/implemented-proposals/rent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/implemented-proposals/rent.md b/book/src/implemented-proposals/rent.md index 8fccecb50d..d00112815e 100644 --- a/book/src/implemented-proposals/rent.md +++ b/book/src/implemented-proposals/rent.md @@ -18,9 +18,9 @@ Accounts whose balance is insufficient to satisfy the rent that would be due sim A percentage of the rent collected is destroyed. The rest is distributed to validator accounts by stake weight, a la transaction fees, at the end of every slot. -## Credit only +## Read-only accounts -Credit only accounts are treated as a special case. They are loaded as if rent were due, but updates to their state may be delayed until the end of the slot, when credits are paid. +Read-only accounts are not being charged rent in current implementation. ## Design considerations, others considered