From 22994f02cdbc9bfc771a717cb8921cc6acc32f60 Mon Sep 17 00:00:00 2001 From: Alexey Ostrovsky Date: Fri, 29 Nov 2024 13:12:31 +0300 Subject: [PATCH] little fix --- docs/v3/documentation/tvm/tvm-overview.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/v3/documentation/tvm/tvm-overview.mdx b/docs/v3/documentation/tvm/tvm-overview.mdx index 323ccbf02f..a376619f74 100644 --- a/docs/v3/documentation/tvm/tvm-overview.mdx +++ b/docs/v3/documentation/tvm/tvm-overview.mdx @@ -122,8 +122,6 @@ Besides exit_code and consumed gas data, TVM indirectly outputs the following da All other register values will be neglected. -I think this will be most accurate: - Note that there is a global limit on max cell-depth `<1024` during contract execution. However registers c4 and c5 must be `<=512` in depth. Going beyond these limits results an error at the end of compute phase. An additional constraint is imposed in the action phase. A contract cannot create more than 255 output actions.