diff options
author | chriseth <chris@ethereum.org> | 2017-11-16 00:08:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 00:08:42 +0800 |
commit | 3121608d7cba6ddf342b2c40460a534d64e4ba09 (patch) | |
tree | 4ff8f64f0e65d18045c884f39ea212d3eaedca54 | |
parent | e3206d8e6ccc97b8b60586bd9e68648c47558bcc (diff) | |
download | dexon-solidity-3121608d7cba6ddf342b2c40460a534d64e4ba09.tar.gz dexon-solidity-3121608d7cba6ddf342b2c40460a534d64e4ba09.tar.zst dexon-solidity-3121608d7cba6ddf342b2c40460a534d64e4ba09.zip |
Remove obsolote statement about msg.sender and library calls.
-rw-r--r-- | docs/units-and-global-variables.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 7af97376..8261bdde 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -85,11 +85,6 @@ Block and Transaction Properties 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:: 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 values will be zero. |