Documentation.

This commit is contained in:
chriseth
2016-08-30 15:32:28 +02:00
parent 546aca2a3e
commit eb241ff1b3
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -447,6 +447,11 @@ In particular, the following operations will consume more gas than the stipend p
Please ensure you test your fallback function thoroughly to ensure the execution cost is less than 2300 gas before deploying a contract.
.. warning::
The default fallback function will throw an exception (this was different
before Solidity v0.4.0), so if you want your contract to receive Ether,
you have to implement a fallback function.
::
contract Test {