From 2b0b28b8131687f1d6e919ed7f2101f4d47be795 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Thu, 27 Jun 2024 15:51:56 +0000 Subject: [PATCH] comment --- src/state/proof.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/proof.rs b/src/state/proof.rs index 6b94a8a..1d1aa76 100644 --- a/src/state/proof.rs +++ b/src/state/proof.rs @@ -30,7 +30,7 @@ pub struct Proof { /// The last time stake was deposited into this account. pub last_stake_at: i64, - /// The keypair which can submit hashes for mining. + /// The keypair which has permission to submit hashes for mining. pub miner: Pubkey, /// The total lifetime hashes provided by this miner.