diff --git a/program/src/lib.rs b/program/src/lib.rs index ec41244..deecad4 100644 --- a/program/src/lib.rs +++ b/program/src/lib.rs @@ -19,11 +19,11 @@ use update::*; use upgrade::*; use ore_api::instruction::*; -use solana_include_idl::{include_idl, parse::IdlType}; +// use solana_include_idl::{include_idl, parse::IdlType}; use steel::*; -// Include the compressed IDL in an ELF section on the program binary. -include_idl!(IdlType::Codama, concat!(env!("OUT_DIR"), "/codama.idl.zip")); +// include_idl!(IdlType::Codama, concat!(env!("OUT_DIR"), "/codama.idl.zip")); + #[allow(deprecated)] pub fn process_instruction( program_id: &Pubkey,