This commit is contained in:
Hardhat Chad
2025-09-25 15:16:11 -07:00
parent 8ba57ef554
commit 6912c264b7
2 changed files with 7 additions and 3 deletions

View File

@@ -244,6 +244,7 @@ async fn reset(
miners = square.miners[id as usize].to_vec();
};
let reset_ix = ore_api::sdk::reset(payer.pubkey(), config.fee_collector, miners);
// simulate_transaction(rpc, payer, &[reset_ix]).await;
submit_transaction(rpc, payer, &[reset_ix]).await?;
Ok(())
}