Highlight opcodes in docs

This commit is contained in:
Alex Beregszaszi
2017-08-28 11:59:35 +01:00
parent dd2cc899bb
commit 412cc6bc58
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1119,7 +1119,7 @@ are all compiled as calls (``DELEGATECALL``) to an external
contract/library. If you use libraries, take care that an
actual external function call is performed.
``msg.sender``, ``msg.value`` and ``this`` will retain their values
in this call, though (prior to Homestead, because of the use of `CALLCODE`, ``msg.sender`` and
in this call, though (prior to Homestead, because of the use of ``CALLCODE``, ``msg.sender`` and
``msg.value`` changed, though).
The following example shows how to use memory types and