general thread for practicing question formating #5874
sameerkhan75
started this conversation in
General
Replies: 1 comment
-
delete modifier onlyOwner {
// require(msg.sender == owner);
if (msg.sender != i_owner) revert NotOwner();
_;
// /; is used to make the rest of the code of withdraw() after condition
} |
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.
-
''' solidity
'''
ParserError: Expected primary expression.
--> contracts/FundMe.sol:135:5:
'''
can someone tell me what is the problem in this?
Beta Was this translation helpful? Give feedback.
All reactions