lesson-9 test
error
#2375
Answered
by
othaime-en
TimeKeyRoll
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 7, 2022
Replies: 1 comment 8 replies
-
The detail is in the error message in red. Check if indeed you have the custom error If you indeed have the error |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
TimeKeyRoll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The detail is in the error message in red. Check if indeed you have the custom error
lottery__NotOpen
in your contract.Can I see your solidity code in the error section?
If you indeed have the error
lottery__NotOpen
, I see you have added a space in line 70 on" lottery__NotOpen"
Remove the space. It should be"lottery__NotOpen"