A general discussions thread for practicing? #504
mariusdique
started this conversation in
General
Replies: 3 comments
-
Hi! I am also just commenting to practice formatting my questions in the future so you can ignore me lol People[] public people;
function store (uint256 _favoriteNumber) public virtual {
favoriteNumber = _favoriteNumber;
} I'm having this error pop up. Can anyone explain/help me?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
TESTING |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also just practicing! function fund() public payable {
require(msg.value.getConversionRate() >= MINIMUM_USD, "Didn't send enough"); // 1e18 == 1 1 * 10 ** 18 =='\
funders.push(msg.sender);
addressToAmountFunded[msg.sender] += msg.value;
} I'm 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.
-
I am having an issue with this function
Beta Was this translation helpful? Give feedback.
All reactions