diff --git a/migrations/3_deploy_v2.js b/migrations/3_deploy_v2.js index 0b8be19..fb42dc8 100644 --- a/migrations/3_deploy_v2.js +++ b/migrations/3_deploy_v2.js @@ -188,7 +188,6 @@ module.exports = async (deployer, network, accounts) => { } - // todo: 这个需不需要验证 // if (UserQuotaAddress == "") { // await deployer.deploy(UserQuota); // UserQuotaAddress = UserQuota.address;