Error in Raffle Contract #5643
Closed
kaushikc44
started this conversation in
General
Replies: 1 comment
-
My bad I see the error I haven't extended it. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am getting two errors I have crossed checked if the imports are correct and everything seems fine yet I am getting this error
This is the error
TypeError: Function has override specified but does not override anything.
--> contracts/Raffle.sol:71:21:
|
71 | ) internal override {
| ^^^^^^^^
TypeError: Referenced declaration is neither modifier nor base class.
--> contracts/Raffle.sol:36:13:
|
36 | ) VRFConsumerBaseV2(vrfCoordinatorV2) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error HH600: Compilation failed
Beta Was this translation helpful? Give feedback.
All reactions