Update program_methods/guest/src/bin/privacy_preserving_circuit.rs

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
Moudy
2026-04-02 20:30:52 +02:00
co-authored by Daniil Polyakov
parent 702ef4a46f
commit 531381e023
@@ -111,7 +111,7 @@ impl ExecutionState {
// This ensures the proof commits to which program produced the output.
assert_eq!(
program_output.self_program_id, chained_call.program_id,
"program output self_program_id does not match chained call program_id"
"Program output self_program_id does not match chained call program_id"
);
// Check that the program is well behaved.