rename utils to ore-utils

This commit is contained in:
Hardhat Chad
2024-07-08 18:12:51 +00:00
parent b771faf1f7
commit ce9a7012a2
7 changed files with 18 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ use solana_program::{
pubkey::Pubkey,
};
pub(crate) use utils;
pub(crate) use ore_utils as utils;
#[cfg(not(feature = "no-entrypoint"))]
solana_program::entrypoint!(process_instruction);