Skip to content

Commit

Permalink
Trivial docs change to see if the pipeline will run
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Sep 6, 2024
1 parent 27eff84 commit 6511b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/implemented-proposals/rent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Rent
---

Accounts on Solana may have owner-controlled state \(`Account::data`\) that's separate from the account's balance \(`Account::lamports`\). Since validators on the network need to maintain a working copy of this state in memory, the network charges a time-and-space based fee for this resource consumption, also known as Rent.
Accounts on Solana may have owner-controlled state \(`Account::data`\) that is separate from the account's balance \(`Account::lamports`\). Since validators on the network need to maintain a working copy of this state in memory, the network charges a time-and-space based fee for this resource consumption, also known as Rent.

## Two-tiered rent regime

Expand Down

0 comments on commit 6511b6d

Please sign in to comment.