From 8c3b1334ae600f3995618556b59f6233b665ce33 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 26 Aug 2016 10:31:57 -0400 Subject: Add "Sending Ether" --- docs/contracts.rst | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3