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
As per the comment thread at #240 (comment), an additional byte is prepended to the ExecReturnValue.data value returned from the contract via Contracts::bare_call. This may be the result wrapped in an Ok(), but we need to get to the bottom of it to confirm the reason and adapt accordingly.
The text was updated successfully, but these errors were encountered:
As per the comment thread at #240 (comment), an additional byte is prepended to the
ExecReturnValue.data
value returned from the contract viaContracts::bare_call
. This may be the result wrapped in anOk()
, but we need to get to the bottom of it to confirm the reason and adapt accordingly.The text was updated successfully, but these errors were encountered: