canDeploy modifier
Closed this issue · 1 comments
belohlavek commented
Right now the following line is used in two deployment related functions:
require(authorizedDeploy[msg.sender]);
It may be relevant to move that logic into a modifier, specially if we implement require(condition, message)
in the future.
nachomazzara commented
Can we close this?