From d7e38f72d8d1ac7a261174ba5c66743a941c2e1b Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 29 Jul 2024 00:19:15 +0000 Subject: [PATCH] readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f98259e..9159df8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ - [`Instruction`](api/src/instruction.rs) – Declared instructions and arguments. ## Instructions -- [`Auth`](program/src/auth.rs) – Declares a proof pubkey for processing for mining. - [`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. - [`Open`](program/src/open.rs) – Creates a new proof account for a prospective miner.