diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-15 23:06:42 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-15 23:06:42 +0800 |
commit | db48925907ef4b31025f83ca83298483c4860583 (patch) | |
tree | 253e11203620548eef005edafd3006dbe0f29746 /docs/security-considerations.rst | |
parent | a34735016c63f7ea3ce915de51b797bf6a3b1d4e (diff) | |
download | dexon-solidity-db48925907ef4b31025f83ca83298483c4860583.tar.gz dexon-solidity-db48925907ef4b31025f83ca83298483c4860583.tar.zst dexon-solidity-db48925907ef4b31025f83ca83298483c4860583.zip |
Add some more documentation.
Diffstat (limited to 'docs/security-considerations.rst')
-rw-r--r-- | docs/security-considerations.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/security-considerations.rst b/docs/security-considerations.rst index 5bb3d81d..066a31ea 100644 --- a/docs/security-considerations.rst +++ b/docs/security-considerations.rst @@ -171,7 +171,8 @@ before they interact with your contract. Note that ``.send()`` does **not** throw an exception if the call stack is depleted but rather returns ``false`` in that case. The low-level functions -``.call()``, ``.callcode()`` and ``.delegatecall()`` behave in the same way. +``.call()``, ``.callcode()``, ``.delegatecall()`` and ``.staticcall()`` behave +in the same way. tx.origin ========= |