You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of places where we throw ActionErrorKind and then use .into(). This doesn't provide the action index. I think we can fix it in Runtime::apply_action_receipt by checking if result.result.is_err() and it's an ActionError and then insert the actual action index into the error.
The text was updated successfully, but these errors were encountered:
There are a lot of places where we throw
ActionErrorKind
and then use.into()
. This doesn't provide the action index. I think we can fix it inRuntime::apply_action_receipt
by checking ifresult.result.is_err()
and it's anActionError
and then insert the actual action index into the error.The text was updated successfully, but these errors were encountered: