General Thread for practicing question formatting #5297
maoxue0126
started this conversation in
General
Replies: 3 comments
-
well done |
Beta Was this translation helpful? Give feedback.
0 replies
-
I love the course |
Beta Was this translation helpful? Give feedback.
0 replies
-
function fund() public payable {
require(msg.value.getConversionRate() >= MINIMUM_USD, "You need to spend more ETH!");
// require(PriceConverter.getConversionRate(msg.value) >= MINIMUM_USD, "You need to spend more ETH!");
addressToAmountFunded[msg.sender] += msg.value;
funders.push(msg.sender);
} Errorizing:
Help? |
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
-
Beta Was this translation helpful? Give feedback.
All reactions