From 40bb7185276946aa5c0a392c505569abf14357b9 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 12 Dec 2025 17:04:51 -0300 Subject: [PATCH] fmt --- .../src/bin/run_hello_world_through_tail_call_private.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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};