diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-26 22:31:57 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-26 22:31:57 +0800 |
commit | 8c3b1334ae600f3995618556b59f6233b665ce33 (patch) | |
tree | 6cd273df4c4ff5b2d13dbb77bec6da7dac3a1b88 /docs | |
parent | f5989fb5e0c429c822c0715e6f52da310ddc31a1 (diff) | |
download | dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.gz dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.zst dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.zip |
Add "Sending Ether"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contracts.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 54bd7d55..90712d74 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -439,6 +439,7 @@ In particular, the following operations will consume more gas than the stipend p - Writing to storage - Creating a contract - Calling an external function which consumes a large amount of gas +- Sending Ether Please ensure you test your fallback function thoroughly to ensure the execution cost is less than 2300 gas before deploying a contract. |