mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-17 23:16:48 +00:00
fix utils import
This commit is contained in:
@@ -98,7 +98,7 @@ macro_rules! impl_to_bytes {
|
||||
#[macro_export]
|
||||
macro_rules! impl_account_from_bytes {
|
||||
($struct_name:ident) => {
|
||||
impl crate::utils::AccountDeserialize for $struct_name {
|
||||
impl $crate::AccountDeserialize for $struct_name {
|
||||
fn try_from_bytes(
|
||||
data: &[u8],
|
||||
) -> Result<&Self, solana_program::program_error::ProgramError> {
|
||||
|
||||
Reference in New Issue
Block a user