update call depth docs (#13155) (#13161)

(cherry picked from commit 35f77ccc73)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-10-26 19:45:02 +00:00
committed by GitHub
parent 39eae50024
commit e54a537015

View File

@ -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