mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-08 23:26:48 +00:00
comment out idl for now
This commit is contained in:
@@ -19,11 +19,11 @@ use update::*;
|
|||||||
use upgrade::*;
|
use upgrade::*;
|
||||||
|
|
||||||
use ore_api::instruction::*;
|
use ore_api::instruction::*;
|
||||||
use solana_include_idl::{include_idl, parse::IdlType};
|
// use solana_include_idl::{include_idl, parse::IdlType};
|
||||||
use steel::*;
|
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)]
|
#[allow(deprecated)]
|
||||||
pub fn process_instruction(
|
pub fn process_instruction(
|
||||||
program_id: &Pubkey,
|
program_id: &Pubkey,
|
||||||
|
|||||||
Reference in New Issue
Block a user