From 35f77ccc7377db58e1d520f94283cd2aeca76ac6 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 26 Oct 2020 12:41:48 -0700 Subject: [PATCH] update call depth docs (#13155) --- 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