fix rent book entry (#7602)

This commit is contained in:
Parth
2019-12-23 06:12:29 +05:30
committed by GitHub
parent d51e42c707
commit 3d133d61ca

View File

@ -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. 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 ## Design considerations, others considered