aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/security-considerations.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/security-considerations.rst b/docs/security-considerations.rst
index ac24f5cb..f1a5dc03 100644
--- a/docs/security-considerations.rst
+++ b/docs/security-considerations.rst
@@ -7,7 +7,8 @@ it is much harder to check that nobody can use it in a way that was **not** anti
In Solidity, this is even more important because you can use smart contracts
to handle tokens or, possibly, even more valuable things. Furthermore, every
-execution of a smart contract happens in public as it is mostly open environment.
+execution of a smart contract happens in public and, in addition to that,
+the source code is often available.
Of course you always have to consider how much is at stake:
You can compare a smart contract with a web service that is open to the