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
This is to allow functions to be executable by anyone, not just the owner.
For example, the fundingRoundFactory.transferMatchingFunds() can be run by anyone because:
if a round has not been deployed, the call will fail
if the round is not finalized, the call will fail
if the tally has not been completed, the call will also fail.
The text was updated successfully, but these errors were encountered:
yuetloo
changed the title
Remove onlyOwner on funding round or funding round factory contract where possible
Remove onlyOwner on funding round and funding round factory contract where possible
Dec 14, 2022
This is to allow functions to be executable by anyone, not just the owner.
For example, the fundingRoundFactory.transferMatchingFunds() can be run by anyone because:
The text was updated successfully, but these errors were encountered: