This commit is contained in:
Sergio Chouhy
2025-11-12 19:18:04 -03:00
parent 2e582e7874
commit a94440fa1f
3 changed files with 6 additions and 6 deletions
@@ -27,11 +27,11 @@ fn main() {
let ProgramOutput {
pre_states,
post_states,
chained_call,
chained_calls,
} = program_output;
// TODO: implement chained calls for privacy preserving transactions
if !chained_call.is_empty() {
if !chained_calls.is_empty() {
panic!("Privacy preserving transactions do not support yet chained calls.")
}