Merge remote-tracking branch 'origin/develop' into HEAD

This commit is contained in:
chriseth
2020-05-20 17:22:47 +02:00
98 changed files with 1758 additions and 896 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ Array slices are useful to ABI-decode secondary data passed in function paramete
pragma solidity >=0.6.0 <0.8.0;
contract Proxy {
/// Address of the client contract managed by proxy i.e., this contract
/// @dev Address of the client contract managed by proxy i.e., this contract
address client;
constructor(address _client) public {