Repharse sentence

This commit is contained in:
Denton Liu 2016-07-08 12:27:04 -04:00
parent 06fa66b2e6
commit d94d2fc901

View File

@ -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 In Solidity, this is even more important because you can use smart contracts
to handle tokens or, possibly, even more valuable things. Furthermore, every 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: 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 You can compare a smart contract with a web service that is open to the