Skip to content

Commit

Permalink
Updated a possible error that might occur.
Browse files Browse the repository at this point in the history
Error of delegating tokens (rinkeby eth) to the voting contract since it is empty initially.
  • Loading branch information
Shubham-Rasal authored Jul 13, 2022
1 parent ec3bfe3 commit abffd09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JS_DAO/en/Section_3/Lesson_4_Let_Users_Vote_On_Proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ buildspace-dao-starter % node scripts/10-create-vote-proposals.js
```

BOOM. There are our proposals. The last thing we’re going to do is actually let users vote on proposals from our DAO dashboard now!
(Note : If you have set the proposal_token_threshold > 0 then the code might throw an error also you have to delegate rinkeby token to the
voting contract for it to work before deploying the proposals!!)

### ✍️ Let users vote on proposals from the dashboard

Expand Down

0 comments on commit abffd09

Please sign in to comment.