From f46d7ee4268ab18562a1353bbbba9031c0e67a4b Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Thu, 27 Nov 2025 10:46:35 -0300 Subject: [PATCH] nit --- nssa/src/public_transaction/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nssa/src/public_transaction/transaction.rs b/nssa/src/public_transaction/transaction.rs index af07895..bce1703 100644 --- a/nssa/src/public_transaction/transaction.rs +++ b/nssa/src/public_transaction/transaction.rs @@ -124,7 +124,7 @@ impl PublicTransaction { let mut program_output = program.execute(&chained_call.pre_states, &chained_call.instruction_data)?; - for pre in program_output.pre_states.iter() { + for pre in &program_output.pre_states { let account_id = pre.account_id; // Check that the program output pre_states coinicide with the values in the public // state or with any modifications to those values during the chain of calls.