aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-26 22:31:57 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-26 22:31:57 +0800
commit8c3b1334ae600f3995618556b59f6233b665ce33 (patch)
tree6cd273df4c4ff5b2d13dbb77bec6da7dac3a1b88
parentf5989fb5e0c429c822c0715e6f52da310ddc31a1 (diff)
downloaddexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.gz
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.bz2
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.lz
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.xz
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.tar.zst
dexon-solidity-8c3b1334ae600f3995618556b59f6233b665ce33.zip
Add "Sending Ether"
-rw-r--r--docs/contracts.rst1
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.