From 273196ee562e135c9f3926cf4135900fdb0939cb Mon Sep 17 00:00:00 2001 From: mauerv Date: Tue, 21 Jul 2020 15:41:03 -0300 Subject: [PATCH] Update guides-custom-deploy.md Remove mention to bug that has already been resolved. --- docs/guides-custom-deploy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guides-custom-deploy.md b/docs/guides-custom-deploy.md index de338c62..df83d461 100644 --- a/docs/guides-custom-deploy.md +++ b/docs/guides-custom-deploy.md @@ -108,8 +108,6 @@ dao exec initialize [token-address] false At this point if you open your DAO in a web browser you should see the token manager app installed, and should be able to mint tokens from `your-address`. Find your DAO UI here: `https://.aragon.org/#/` -Even though we have initialized the token manager as `transferrable = false`, and token transfers fail, there is what appears to be a UI bug where the token manager will list the token as transferrable even though it is not. [GitHub issue](https://github.com/aragon/aragon-apps/issues/630). - ## Adding a Voting instance Adding a voting app allows actions to be protected by a vote, each instance is associated with a token, but you can have multiple voting instances per token, with each instance having different parameters. A common case might be to have some actions require a simple majority, while other require a super-majority. We will create on voting app instance, but the process can be repeated as many times as required.