Replies: 1 comment
-
function fund() public payable {
uint256 convertedAmount = msg.value.getConversionRate();
require(convertedAmount >= MIN_USD, "balance not enough");
funders.push(msg.sender);
addressToAmountFunded[msg.sender] = convertedAmount;
} getting this error
can someone help me? |
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.
-
Hi im running on to this error
can anyone help
Beta Was this translation helpful? Give feedback.
All reactions