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
In #3710 we introduced multi-call operations to transaction summaries. A test was introduced to check gas forwarding for a single call which is working correctly. However multi-call will fail (returns an empty array of operations).
We will need to dereference the gas offset in the same way that we do for param1/param2.
The text was updated successfully, but these errors were encountered:
In #3710 we introduced multi-call operations to transaction summaries. A test was introduced to check gas forwarding for a single call which is working correctly. However multi-call will fail (returns an empty array of operations).
We will need to dereference the gas offset in the same way that we do for
param1
/param2
.The text was updated successfully, but these errors were encountered: