Replies: 3 comments 8 replies
-
Can you make a repo for this and link it here; I will look into it, thank you. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi @Hrugved , I faced the same problem, and the reason is that I forgot to add Description as the function argument in the vote.ts main(). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @Hrugved did you find the answer to your problem? Please tell us how did you solve it... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I have same code for
propose.ts
andvote.ts
hh run scripts/propose.ts --network localhost
succeeds and I getproposalId
hh run scripts/vote.ts --network localhost
produces following errorProviderError: Error: VM Exception while processing transaction: reverted with reason string 'Governor: vote not currently active'
"@openzeppelin/contracts": "^4.6.0",
https://github.com/Hrugved/hardhat_DAO
Beta Was this translation helpful? Give feedback.
All reactions