Chapter- 7! Unable to compile. Error HH600: Compilation failed #1587
-
Hi there! I am at the start of lesson-7 and can't compile it. its throwing me an Error. Is there anyone who knows how to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
This is a compilation error meaning that there is an error in your solidity files. Please share both of them here. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Here is the |
Beta Was this translation helpful? Give feedback.
-
The error is in your |
Beta Was this translation helpful? Give feedback.
The error is in your
fundme.sol
please make sure the statementusing PriceConvertor for uint256;
is inside the FundMe contract not outside.