diff --git a/runtime/src/message_processor.rs b/runtime/src/message_processor.rs index ce59936feff4a7..428738f50c7b46 100644 --- a/runtime/src/message_processor.rs +++ b/runtime/src/message_processor.rs @@ -669,6 +669,7 @@ mod tests { vec![], None, true, + u64::MAX, ); // Check call depth increases and has a limit @@ -1439,6 +1440,7 @@ mod tests { vec![], None, true, + u64::MAX, ); let metas = vec![ AccountMeta::new(owned_key, false),