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
InvestmentAsset.refuseInvestment and InvestmentAsset.cancelInvestment are the same function, the difference is just the modifiers, the first one being onlyOwner and the second onlyInvestor. So I suggest to merge the functions and create a ownerOrInvestor modifier.
The text was updated successfully, but these errors were encountered:
InvestmentAsset.refuseInvestment
andInvestmentAsset.cancelInvestment
are the same function, the difference is just the modifiers, the first one beingonlyOwner
and the secondonlyInvestor
. So I suggest to merge the functions and create aownerOrInvestor
modifier.The text was updated successfully, but these errors were encountered: