Lesson 9: Hardhat Smart Contract Lottery : Function has override specified but does not override anything #568
-
Pls why am I getting this error? I followed Patrick code sample and even the example on the doc. Here is the function throwing the error
|
Beta Was this translation helpful? Give feedback.
Answered by
technophile-04
Jun 26, 2022
Replies: 1 comment 10 replies
-
Can you please check if you extended the contract from KeeperCompatibleInterface ? contract Raffle is VRFConsumerBaseV2, KeeperCompatibleInterface {
|
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
Tosinkoa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please check if you extended the contract from KeeperCompatibleInterface ?
like this :