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

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
Sergio Chouhy 2025-11-25 14:20:56 -03:00 committed by GitHub
parent 8c9b46b0df
commit 425f0ccc1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ fn main() {
let num_calls = program_outputs.len();
if num_calls > MAX_NUMBER_CHAINED_CALLS {
panic!("Max depth is exceeded");
panic!("Max chained calls depth is exceeded");
}
if program_outputs[num_calls - 1].chained_call.is_some() {