diff --git a/sdk/src/lib.rs b/sdk/src/lib.rs index f4d8c2a2ad..d2de4d0aff 100644 --- a/sdk/src/lib.rs +++ b/sdk/src/lib.rs @@ -19,6 +19,7 @@ pub mod native_token; pub mod nonce_instruction; pub mod nonce_program; pub mod nonce_state; +pub mod packet; pub mod poh_config; pub mod pubkey; pub mod rent; @@ -68,8 +69,6 @@ pub mod commitment_config; #[cfg(not(feature = "program"))] pub mod genesis_config; #[cfg(not(feature = "program"))] -pub mod packet; -#[cfg(not(feature = "program"))] pub mod signature; #[cfg(not(feature = "program"))] pub mod system_transaction;