cleanup utils imports

This commit is contained in:
Hardhat Chad
2024-08-25 14:16:05 +00:00
parent 96f07f7d37
commit 80f6efeeb2
17 changed files with 178 additions and 176 deletions

View File

@@ -9,6 +9,7 @@ use ore_api::{
loaders::*,
state::{Bus, Config, Proof},
};
use ore_utils::*;
use solana_program::program::set_return_data;
#[allow(deprecated)]
use solana_program::{
@@ -24,8 +25,6 @@ use solana_program::{
sysvar::{self, Sysvar},
};
use ore_utils::{loaders::*, AccountDeserialize};
/// Mine validates hashes and increments a miner's collectable balance.
pub fn process_mine(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResult {
// Parse args.