diff --git a/sdk/program/src/message/legacy.rs b/sdk/program/src/message/legacy.rs index 532e2226d7..0cc24f6b8b 100644 --- a/sdk/program/src/message/legacy.rs +++ b/sdk/program/src/message/legacy.rs @@ -19,7 +19,7 @@ use { message::{CompiledKeys, MessageHeader}, pubkey::Pubkey, sanitize::{Sanitize, SanitizeError}, - short_vec, system_instruction, system_program, sysvar, wasm_bindgen, + short_vec, system_instruction, system_program, sysvar, }, lazy_static::lazy_static, std::{convert::TryFrom, str::FromStr}, @@ -82,18 +82,15 @@ fn compile_instructions(ixs: &[Instruction], keys: &[Pubkey]) -> Vec, @@ -102,7 +99,6 @@ pub struct Message { /// Programs that will be executed in sequence and committed in one atomic transaction if all /// succeed. - #[wasm_bindgen(skip)] #[serde(with = "short_vec")] pub instructions: Vec, }