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
If you already have the pot's chi variable loaded from storage, it is worthwhile to return that value. Many (most?) external callers are likely to need that value immediately after calling pot.drip() (and will need to get that value in a subsequent call). Returning the data already loaded from storage would cost very little gas, a secondary call will cost ~2,000 gas
The text was updated successfully, but these errors were encountered:
Related to #87 (potentially incompatible with)
If you already have the pot's
chi
variable loaded from storage, it is worthwhile to return that value. Many (most?) external callers are likely to need that value immediately after callingpot.drip()
(and will need to get that value in a subsequent call). Returning the data already loaded from storage would cost very little gas, a secondary call will cost ~2,000 gasThe text was updated successfully, but these errors were encountered: