unify imports

This commit is contained in:
Hardhat Chad
2024-10-15 18:00:33 +00:00
parent 3e9638679d
commit f3a04fd8cb

View File

@@ -6,14 +6,12 @@ use ore_boost_api::state::{Boost, Stake};
#[allow(deprecated)]
use solana_program::{
keccak::hashv,
log::{sol_log, sol_log_data},
program::set_return_data,
sanitize::SanitizeError,
serialize_utils::{read_pubkey, read_u16},
slot_hashes::SlotHash,
};
use solana_program::{
log::{sol_log, sol_log_data},
program::set_return_data,
};
use steel::*;
/// Mine validates hashes and increments a miner's collectable balance.