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