diff options
Diffstat (limited to 'docs/contracts.rst')
-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. |