From d94d2fc901ad17edb28212961ccbe993d8447e1d Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 8 Jul 2016 12:27:04 -0400 Subject: Repharse sentence --- docs/security-considerations.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3