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