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
is_result_type returns false for Output. So during execution, the contract will be not reverted. #984 adds two tests to reproduce the problem and also provides a possible solution.
The text was updated successfully, but these errors were encountered:
is_result_type
returnsfalse
forOutput
. So during execution, the contract will be not reverted. #984 adds two tests to reproduce the problem and also provides a possible solution.The text was updated successfully, but these errors were encountered: