i am facing issue in this function #442
Rakshith658
started this conversation in
Show and tell
Replies: 1 comment
-
@Rakshith658 You forgot to add the payable keyword with a function declaration. function fundme()public payable {
require(priceConverter.getConverstionRate(msg.value) > minimumUsd,"don't enough fund");
senders.push(msg.sender);
addressToValue[msg.sender] = msg.value;
} |
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.
-
Beta Was this translation helpful? Give feedback.
All reactions