From 165e331aeabac83b9fd7266cd93eb10e1e72c64e Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 12 Dec 2025 20:10:10 -0300 Subject: [PATCH] clippy --- wallet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;