Skip to content

Commit 9ba53e1

Browse files
committed
Update account model
1 parent 27fd0db commit 9ba53e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/chapter3/account-anatomy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ Just as in UNIX, where "everything is a file", in Solana "everything is an accou
5959

6060
**5. Rent Epoch**
6161

62-
- To maintain an account on Solana, a fee called rent has to be paid periodically.
63-
- An account is considered rent-exempt if it holds at least two years’ worth of rent.
64-
- Every epoch runtime checks whether the account should pay rent or is rent-exempt.
62+
- Solana previously implemented a rent collection mechanism that charged fees from accounts with balances insufficient to cover 2 years of rent payments.
63+
- The rent epoch field remains in the account structure but is no longer actively used.
6564

6665
<h2>Account Types</h2>
6766

0 commit comments

Comments
 (0)