mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add "Sending Ether"
This commit is contained in:
parent
f5989fb5e0
commit
8c3b1334ae
@ -439,6 +439,7 @@ In particular, the following operations will consume more gas than the stipend p
|
|||||||
- Writing to storage
|
- Writing to storage
|
||||||
- Creating a contract
|
- Creating a contract
|
||||||
- Calling an external function which consumes a large amount of gas
|
- 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.
|
Please ensure you test your fallback function thoroughly to ensure the execution cost is less than 2300 gas before deploying a contract.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user