From 7f6fc74c367018d8c47c8cda6f0b326e815b88ce Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 10 Dec 2019 23:19:13 -0800 Subject: [PATCH] Remove workaround of old Rust-BPF (#7422) --- sdk/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;