Docs: Update solidity version for revert with reason

This commit is contained in:
Lefteris Karapetsas
2018-04-15 23:12:28 +02:00
parent 73ca3e8a1e
commit 8a7224683b
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -301,7 +301,7 @@ inheritable properties of contracts and may be overridden by derived contracts.
::
pragma solidity ^0.4.11;
pragma solidity ^0.4.22;
contract owned {
function owned() public { owner = msg.sender; }
@@ -1215,7 +1215,7 @@ more advanced example to implement a set).
::
pragma solidity ^0.4.16;
pragma solidity ^0.4.22;
library Set {
// We define a new struct datatype that will be used to