update call depth docs (#13155)

This commit is contained in:
Jack May
2020-10-26 12:41:48 -07:00
committed by GitHub
parent 39686ef098
commit 35f77ccc73

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