Lesson 17 (Hardhat DAOs) --> Error: reverted with reason string "Governor: vote not currently active" #5545
-
I have moved the blocks twice in the
In my case I did console.log and I got status = 0 --> therefore, ![]() The links to my scripts are here:
I have seen some previous unsolved issues with the same error for this lesson, but no answer was provided so far. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@isosatya Is your local node running on another terminal? And did you run first the proposed script? In addition to that, the voting period is 5 blocks but after proposing you are moving your local node to more than 5 blocks which pass the voting period. |
Beta Was this translation helpful? Give feedback.
@isosatya Minor mistake leads to big disasters!
Order of the args matters.
Search for the reason for almost half an hour.