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
When we call invalidateHash, we shouldn't need information of the invalidated hash any more. We might therefore be able to reduce the gas costs for calling invalidateHash by deleting the data we don't need related to the hash and freeing the relevant storage slots.
When we call
invalidateHash
, we shouldn't need information of the invalidated hash any more. We might therefore be able to reduce the gas costs for callinginvalidateHash
by deleting the data we don't need related to the hash and freeing the relevant storage slots.TODO1 TODO2
The text was updated successfully, but these errors were encountered: