mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
Merge branch 'schouhy/implement-privacy-preserving-tail-calls' of github.com:vacp2p/nescience-testnet into schouhy/implement-privacy-preserving-tail-calls
This commit is contained in:
commit
58933a8270
@ -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.last().and_then(|last| last.chained_call.as_ref()).is_some() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user