From d41c7909982a941eca9983448789652ccc3a4316 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:03:26 -0500 Subject: [PATCH] Update README.md --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index e0a25e1..e66939e 100644 --- a/core/README.md +++ b/core/README.md @@ -19,7 +19,7 @@ - [`Stake`](program/src/processor/stake.rs) – Stakes ORE with a miner to increase their multiplier. - [`Reset`](program/src/processor/reset.rs) – Resets the program for a new epoch. - [`Update`](program/src/processor/update.rs) – Updates a proof account's miner authority. -- [`Upgrade`](program/src/processor/upgrade.rs) – Migrates v1 ORE tokens to v2 ORE. +- [`Upgrade`](program/src/processor/upgrade.rs) – Migrates ORE v1 tokens to ORE v2, one-for-one. - [`Initialize`](program/src/processor/initialize.rs) – Initializes the Ore program, creating the bus, mint, and treasury accounts. ## State