deploy_lottery.py recent winner mismatch #89
Answered
by
tsopanid
toddabraham
asked this question in
Q&A
-
Just deployed on the rinkeby network and have two different results showing on my machine and Etherscan.io..... My Machine resultsEtherscan.io results |
Beta Was this translation helpful? Give feedback.
Answered by
tsopanid
Sep 24, 2021
Replies: 2 comments 3 replies
-
I had the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PatrickAlphaC
-
check #35 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same issue.
Seems to have to do with the speed of the network.
If you change
time.sleep(60)
to egtime.sleep(180)
the test should pass.