decentraland/land

canDeploy modifier

Closed this issue · 1 comments

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.

Can we close this?