mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
The receive function documentation is slightly inaccurate currently, as a contract can still receive Ether through payable functions even if no receive or payable fallback function is present.