Skip to main content
๐Ÿ› Bug HuntSO Solidity Mediumโšก+20 XP

Missing payable Modifier

This function can't receive ETH.

๐Ÿ› Find the bug
1function deposit() public {
2 require(msg.value > 0);
3}
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: