From ffd41b7657939e8dd10c57ef9337c3a1d2658541 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Fri, 6 Jun 2025 08:58:45 -0700 Subject: [PATCH] comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f893c..df91d1e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - [`Block`](api/src/state/block.rs) - A period of time for mining. - [`Config`](api/src/state/config.rs) - Global program configuration. - [`Market`](api/src/state/market.rs) - Hashpower market for a given block. -- [`Miner`](api/src/state/miner.rs) - A user's mining and staking state. +- [`Miner`](api/src/state/miner.rs) - Tracks a user's mining state. - [`Treasury`](api/src/state/treasury.rs) - The mint authority on the ORE token.