Test General Thread for proctcing question formatting #6852
kenny-Turtle
started this conversation in
General
Replies: 2 comments
-
|
hey |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
haha ! I see what you doing here, I am also at the same place. function fund() public payable {
require(msg.value.getConversionRate() >= MINIMUM_USD, "You need to spend more ETH!!");
addressToAmountFunded[msg.sender] += msg.value;
funders.push(msg.sender);
}As error says,
make 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.
-
here is code
On this function, I'm running into an error:
Can someone tell me what's going on?
Beta Was this translation helpful? Give feedback.
All reactions