From 94493ec7548d7627a1ddb62e2acefee3f814bc4d Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 22 Sep 2025 08:51:54 -0700 Subject: [PATCH] executor --- api/src/state/miner.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/src/state/miner.rs b/api/src/state/miner.rs index ae0ceb2..a863ca8 100644 --- a/api/src/state/miner.rs +++ b/api/src/state/miner.rs @@ -13,6 +13,9 @@ pub struct Miner { /// The miner's prospects in the current round. pub deployed: [u64; 25], + /// The executor with permmission to deploy capital with this account. + pub executor: Pubkey, + /// The amount of SOL this miner can claim. pub rewards_sol: u64,