Out of curiosity: Is there a limit to how many times different chains could be called?
For example, Chain A calls Chain B. Chain B calls Chain C. Chain C calls Chain D. And so forth. As long as there aren't any calls that would send it into a recursion loop, will it fail after x many calls?
|