From 306289cec62216d2b306bfbb09f10fc296cc5f24 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Thu, 14 Nov 2024 05:50:57 +0000 Subject: [PATCH] comment out idl for now --- program/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,