๐ Bug HuntSO Solidity Mediumโก+20 XP
Missing payable Modifier
This function can't receive ETH.
๐ Find the bug
1
function deposit() public {2
require(msg.value > 0);3
}๐ The bug is on line 1