Changed references to money

This commit is contained in:
Nuno Santos
2023-05-22 12:54:43 +01:00
committed by GitHub
parent a2a00850ca
commit 02a07fdf46
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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``