From 6ffd4d0126d3732ac0e25ece1879e8a53e9c8808 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:42:31 -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 055798e..ab0f76a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A linear supply growth was chosen for its simplicity and straightforward predict ## Instructions - [`Initialize`](src/processor/initialize.rs) – Initializes the Ore program, creating the bus, mint, and treasury accounts. -- [`Reset`](src/processor/reset.rs) – Resets the program for a new epoch, resetting the bus accounts and topping up the treasury. +- [`Reset`](src/processor/reset.rs) – Prepares the program for a new epoch, updating the reward rate, resetting bus counters, and topping up the treasury. - [`Register`](src/processor/register.rs) – Creates a new proof account for a prospective miner. - [`Mine`](src/processor/mine.rs) – Verifies hashes provided by miners and issues claimable rewards. - [`Claim`](src/processor/claim.rs) – Distributes claimable rewards as tokens from the treasury to a miner.