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
I noticed that the dispatch code no longer has a special case where if all functions are non-payable, then there is a single value transfer check which is both less code and less gas used in the error case. This could be utilized in the constructor case too.
Originally posted by @seanyoung in #1460 (review)
As pointed out. The emit version worked like that. It would spare contract code.
The text was updated successfully, but these errors were encountered: