Fix lists and links

This commit is contained in:
Alex Beregszaszi
2017-08-28 11:59:35 +01:00
parent 2b3a49f702
commit dd2cc899bb
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -508,6 +508,7 @@ Pure Functions
Functions can be declared ``pure`` in which case they promise not to read from or modify the state.
In addition to the list of state modifying statements explained above, the following are considered reading from the state:
#. Reading from state variables.
#. Accessing ``this.balance`` or ``<address>.balance``.
#. Accessing any of the members of ``block``, ``tx``, ``msg`` (with the exception of ``msg.sig`` and ``msg.data``).