mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Repharse sentence
This commit is contained in:
parent
06fa66b2e6
commit
d94d2fc901
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user