Replies: 1 comment
-
function fund() public payable { In Solidity, msg.value is a uint256 (amount of Ether sent in Wei). It doesn't have a method like getConversionRate(). hope it helped. |
Beta Was this translation helpful? Give feedback.
-
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