mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 21:49:35 +00:00
nit
This commit is contained in:
parent
aba1d844f8
commit
f46d7ee426
@ -124,7 +124,7 @@ impl PublicTransaction {
|
|||||||
let mut program_output =
|
let mut program_output =
|
||||||
program.execute(&chained_call.pre_states, &chained_call.instruction_data)?;
|
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;
|
let account_id = pre.account_id;
|
||||||
// Check that the program output pre_states coinicide with the values in the public
|
// 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.
|
// state or with any modifications to those values during the chain of calls.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user