From 4dfd101c26891f1ac0ca2ae5cb1fa055a8e7657b Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:12:08 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a455d58..b6ce2d4 100644 --- a/README.md +++ b/README.md @@ -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 all 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 over the Ore token.