mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
comment out idl for now
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user