Update README.md

This commit is contained in:
Hardhat Chad
2024-03-07 21:24:35 -06:00
committed by GitHub
parent 4dfd101c26
commit b24a4a843b

View File

@@ -38,5 +38,5 @@ A linear supply growth was chosen for its simplicity and straightforward predict
## State
- [`Bus`](src/state/bus.rs) - An account (8 total) which tracks and limits the amount mined rewards each epoch.
- [`Proof`](src/state/proof.rs) - An account (1 per miner) which tracks a miner's current hash, claimable rewards, and lifetime stats.
- [`Treasury`](src/state/treasury.rs) A singleton account which manages program-wide variables and is the mint authority over the Ore token.
- [`Treasury`](src/state/treasury.rs) A singleton account which manages program-wide variables and is the mint authority for the Ore token.