This commit is contained in:
Hardhat Chad
2025-10-01 18:46:49 -07:00
parent 236f166913
commit c745ed19e9
8 changed files with 75 additions and 17 deletions

View File

@@ -92,7 +92,6 @@ pub fn process_deploy(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResul
miner.authority = *signer_info.key;
miner.deployed = [0; 25];
miner.cumulative = [0; 25];
miner.refund_sol = 0;
miner.rewards_sol = 0;
miner.rewards_ore = 0;
miner.round_id = round.id;