mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
cleanup utils imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use ore_utils::{loaders::*, AccountDeserialize, Discriminator};
|
||||
use ore_utils::*;
|
||||
use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
|
||||
|
||||
use crate::{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use bytemuck::{Pod, Zeroable};
|
||||
use ore_utils::{account, Discriminator};
|
||||
use ore_utils::*;
|
||||
|
||||
use super::AccountDiscriminator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user