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
We actually return :invalid_recipients_execution when the validate_recipients fails.
This is not practical because there can be many reasons behind that:
transaction's condition does not pass
contract inherit's condition does not pass
contract has no funds
contract fails
contract produced an invalid transaction (size)
...
We should return more precise errors.
The text was updated successfully, but these errors were encountered:
We actually return
:invalid_recipients_execution
when thevalidate_recipients
fails.This is not practical because there can be many reasons behind that:
...
We should return more precise errors.
The text was updated successfully, but these errors were encountered: