General Thread For Practicing Question Formating! #3076
anerishah321
started this conversation in
General
Replies: 1 comment
-
Hey there! I'm going to use your thread in order to practice my question formating :) function fund() public payable{
require(msg.value.getConversionRate() >= MINIMUM_USD, "Didn't send enough!");
funders.push(msg.sender);
addressToAmountFunded[msg.sender] = msg.value;
} I need some help. When I compile this code, I get the next error:
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
on this function I’m having an error:
can someone tell what is going on.
Beta Was this translation helpful? Give feedback.
All reactions