From dd2cc899bbf71c1234d3bc1f2ea55c4716dbfd0d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 28 Aug 2017 11:35:18 +0100 Subject: Fix lists and links --- docs/contracts.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/contracts.rst') diff --git a/docs/contracts.rst b/docs/contracts.rst index ef09d935..fbf1be87 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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 ``
.balance``. #. Accessing any of the members of ``block``, ``tx``, ``msg`` (with the exception of ``msg.sig`` and ``msg.data``). -- cgit