Replies: 2 comments 3 replies
-
|
this might help tutorial at 6:50:10 talking about 'Gas estimatino failed' |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
what is the value for the parameter "fee" in your brownie-config.yaml? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi guys!
I did this integration test from the video:
brownie test -k test_can_pick_winner --network rinkeby -sBut I got the following error:
ValueError: Gas estimation failed: 'execution reverted'. This transaction will likely revert. If you wish to broadcast, you must set the gas limit manually.While running this line of the test:
lottery.endLottery({"from": account})Do anyone have any idea why this error occurs? My code is exactly the same as in the video...
Beta Was this translation helpful? Give feedback.
All reactions