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
When using smart contract vm function sendMessage() to schedule a future SC call, targeting a function on a contract that does not exists or targeting a function that is not exported by the contract should fail.
Today, the function is executed and nothing happen (as expected).
Expected behavior
When target contract does not exists, sendMessage() should fail
When target function that is not exported by the target contract , sendMessage() should fail as well with a appropriate error message
The text was updated successfully, but these errors were encountered:
When using smart contract vm function sendMessage() to schedule a future SC call, targeting a function on a contract that does not exists or targeting a function that is not exported by the contract should fail.
Today, the function is executed and nothing happen (as expected).
Expected behavior
When target contract does not exists, sendMessage() should fail
When target function that is not exported by the target contract , sendMessage() should fail as well with a appropriate error message
The text was updated successfully, but these errors were encountered: