mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Remove obsolote statement about msg.sender and library calls.
This commit is contained in:
		
							parent
							
								
									e3206d8e6c
								
							
						
					
					
						commit
						3121608d7c
					
				| @ -84,11 +84,6 @@ Block and Transaction Properties | ||||
|     but the only guarantee is that it will be somewhere between the timestamps of two | ||||
|     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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user