From e54a537015de7d9ce1aea756929795ee0b072cd6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:45:02 +0000 Subject: [PATCH] update call depth docs (#13155) (#13161) (cherry picked from commit 35f77ccc7377db58e1d520f94283cd2aeca76ac6) Co-authored-by: Jack May --- docs/src/apps/programming-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/apps/programming-faq.md b/docs/src/apps/programming-faq.md index 5aa521bd96..65aa89a7dd 100644 --- a/docs/src/apps/programming-faq.md +++ b/docs/src/apps/programming-faq.md @@ -10,7 +10,7 @@ questions. If not addressed here, the Solana ## CallDepth Cross-program invocations allow programs to invoke other programs directly but -the depth is constrained currently to 1. +the depth is constrained currently to 4. ## CallDepthExceeded