From 531381e0232dc9c2a5c0acf9db6165e6ae14ec3a Mon Sep 17 00:00:00 2001 From: Moudy Date: Thu, 2 Apr 2026 19:32:21 +0200 Subject: [PATCH] Update program_methods/guest/src/bin/privacy_preserving_circuit.rs Co-authored-by: Daniil Polyakov --- program_methods/guest/src/bin/privacy_preserving_circuit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program_methods/guest/src/bin/privacy_preserving_circuit.rs b/program_methods/guest/src/bin/privacy_preserving_circuit.rs index fddeeb4a..48d4b3b7 100644 --- a/program_methods/guest/src/bin/privacy_preserving_circuit.rs +++ b/program_methods/guest/src/bin/privacy_preserving_circuit.rs @@ -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.