Solidity Error :: ParserError: Expected ‘,’ but got ‘Number’ [closed]

You have a typo, using the letter o instead of the number 0.

Corrected line:

require(msg.value > 0.1 ether); 

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top