From 0e155fdbd913f2742cc3b19838b9921b08950421 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:58:55 +0000 Subject: [PATCH] update call depth docs (#13155) (#13162) (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 aa0be1bdbe..518334bcf1 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