From 0f94c07af1ad92ec97eee4a144fb421e9339d6b9 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:37:38 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index da63398..9159df8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ ## Instructions - [`Claim`](program/src/claim.rs) – Distributes claimable rewards as tokens from the treasury to a miner. - [`Close`](program/src/close.rs) – Closes a proof account returns the rent to the owner. -- [`Crown`](program/src/crown.rs) – Flags a proof account as the top staker on the network. - [`Open`](program/src/open.rs) – Creates a new proof account for a prospective miner. - [`Mine`](program/src/mine.rs) – Verifies a hash provided by a miner and issues claimable rewards. - [`Stake`](program/src/stake.rs) – Stakes ORE with a miner to increase their multiplier.