Lesson 4: FundMe -> Different number of arguments in return statement than in returns declaration. #5402
Answered
by
MattBCarr
affanmustafa
asked this question in
Q&A
-
This is how my
But I am getting the following error: |
Beta Was this translation helpful? Give feedback.
Answered by
MattBCarr
Apr 30, 2023
Replies: 1 comment
-
change function getPrice() public { to function getPrice() public view returns(uint256) { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
affanmustafa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change
to