ExceedsStackLimit
was meant to be used before running XCMs but it's being used in FrameTransactionalProcessor
in instructions
#6199
Labels
T6-XCM
This PR/Issue is related to XCM.
This error had no index and was not part of the spec because it was meant to be used only before XCMs were executed, so only locally.
It's being used in the
FrameTransactionalProcessor
which is called on a lot of instructions.This means we either need to include it in the spec or change the error to another one that is/will be in the spec.
The text was updated successfully, but these errors were encountered: