diff --git a/wallet/src/lib.rs b/wallet/src/lib.rs index 25c098f4..ee2b6dc4 100644 --- a/wallet/src/lib.rs +++ b/wallet/src/lib.rs @@ -17,7 +17,6 @@ use nssa::{ privacy_preserving_transaction::{ circuit::ProgramWithDependencies, message::EncryptedAccountData, }, - program::Program, }; use nssa_core::{Commitment, MembershipProof, SharedSecretKey, program::InstructionData}; pub use privacy_preserving_tx::PrivacyPreservingAccount;