From f581ce9fa67c241ed4aca9fe4897caa2ea63b27f Mon Sep 17 00:00:00 2001 From: tracy <25892474+traceurl@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:14:42 +0800 Subject: [PATCH] delete comment --- migrations/3_deploy_v2.js | 1 - 1 file changed, 1 deletion(-) 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;