mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changed references to money
This commit is contained in:
@@ -263,7 +263,7 @@ reverts on failure.
|
||||
There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1024
|
||||
(this can always be forced by the caller) and it also fails if the recipient runs out of gas. So in order
|
||||
to make safe Ether transfers, always check the return value of ``send``, use ``transfer`` or even better:
|
||||
use a pattern where the recipient withdraws the money.
|
||||
use a pattern where the recipient withdraws the Ether.
|
||||
|
||||
* ``call``, ``delegatecall`` and ``staticcall``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user