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
From Sohkai's review: Does close() need to be guarded by a role? Wouldn't it be better if anyone could call it? Worried that the account who needs to call close() never does.
Note: close() is being used by a separate app, to finalize the initial fundraise. Consider changing the functionality in the separate app to read from a closed Hatch than requiring only that app to call close().
The text was updated successfully, but these errors were encountered:
From Sohkai's review: Does
close()
need to be guarded by a role? Wouldn't it be better if anyone could call it? Worried that the account who needs to callclose()
never does.Note:
close()
is being used by a separate app, to finalize the initial fundraise. Consider changing the functionality in the separate app to read from a closedHatch
than requiring only that app to callclose()
.The text was updated successfully, but these errors were encountered: