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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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