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
The gas used returned from executing a L1 message using the Evm struct does not account for the gas refunded. Because L1 messages do not get any gas refund linked to storage clear, any gas refund at the end of the transaction should be accounted as gas used.
The text was updated successfully, but these errors were encountered:
The gas used returned from executing a L1 message using the
Evm
struct does not account for the gas refunded. Because L1 messages do not get any gas refund linked to storage clear, any gas refund at the end of the transaction should be accounted as gas used.The text was updated successfully, but these errors were encountered: