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.