mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6773 from eyezick/patch-1
Update visibility-and-getters.rst
This commit is contained in:
commit
46d6f395b4
@ -43,7 +43,7 @@ For state variables, ``external`` is not possible.
|
||||
.. note::
|
||||
Everything that is inside a contract is visible to
|
||||
all observers external to the blockchain. Making something ``private``
|
||||
only prevents other contracts from accessing and modifying
|
||||
only prevents other contracts from reading or modifying
|
||||
the information, but it will still be visible to the
|
||||
whole world outside of the blockchain.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user