mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
unify imports
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user