mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 05:43:08 +00:00
Update nssa/program_methods/guest/src/bin/privacy_preserving_circuit.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
parent
8c9b46b0df
commit
425f0ccc1b
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user