diff --git a/examples/program_deployment/src/bin/run_hello_world_through_tail_call_private.rs b/examples/program_deployment/src/bin/run_hello_world_through_tail_call_private.rs index e62cfefb..5a014f24 100644 --- a/examples/program_deployment/src/bin/run_hello_world_through_tail_call_private.rs +++ b/examples/program_deployment/src/bin/run_hello_world_through_tail_call_private.rs @@ -1,10 +1,8 @@ use std::collections::HashMap; use nssa::{ - AccountId, ProgramId, PublicTransaction, - privacy_preserving_transaction::circuit::ProgramWithDependencies, + AccountId, ProgramId, privacy_preserving_transaction::circuit::ProgramWithDependencies, program::Program, - public_transaction::{Message, WitnessSet}, }; use wallet::{PrivacyPreservingAccount, WalletCore, helperfunctions::fetch_config};