Merge pull request #3207 from ethereum/chriseth-patch-2

Remove obsolote statement about msg.sender and library calls.
This commit is contained in:
Alex Beregszaszi 2017-11-15 16:36:14 +00:00 committed by GitHub
commit 5e55b27e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,11 +84,6 @@ Block and Transaction Properties
but the only guarantee is that it will be somewhere between the timestamps of two but the only guarantee is that it will be somewhere between the timestamps of two
consecutive blocks in the canonical chain. consecutive blocks in the canonical chain.
.. note::
If you want to implement access restrictions in library functions using
``msg.sender``, you have to manually supply the value of
``msg.sender`` as an argument.
.. note:: .. note::
The block hashes are not available for all blocks for scalability reasons. The block hashes are not available for all blocks for scalability reasons.
You can only access the hashes of the most recent 256 blocks, all other You can only access the hashes of the most recent 256 blocks, all other