From a7d7ff64b2d5a9846abfc6d30a7f341b80b406fa Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 18 Dec 2025 10:44:21 +0100 Subject: [PATCH] chore: add SDK and discriminator to SDK feature --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 8a2858f..b145c46 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,11 +25,9 @@ use solana_program::msg; pub mod args; pub mod consts; -#[cfg(not(feature = "sdk"))] mod discriminator; #[cfg(not(feature = "sdk"))] pub mod error; -#[cfg(not(feature = "sdk"))] pub mod instruction_builder; pub mod pda; pub mod state;