Hardhat/split (#134)

* split

* consts

* cleanup
This commit is contained in:
Hardhat Chad
2025-10-03 13:17:56 -05:00
committed by GitHub
parent 7a52ff73aa
commit 3a9703d6e1
8 changed files with 37 additions and 90 deletions

View File

@@ -636,11 +636,6 @@ async fn get_miners(rpc: &RpcClient) -> Result<Vec<(Pubkey, Miner)>, anyhow::Err
Ok(miners)
}
async fn get_miners_old(rpc: &RpcClient) -> Result<Vec<(Pubkey, MinerOLD)>, anyhow::Error> {
let miners = get_program_accounts::<MinerOLD>(rpc, ore_api::ID, vec![]).await?;
Ok(miners)
}
async fn get_miners_participating(
rpc: &RpcClient,
round_id: u64,