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
@@ -130,7 +130,7 @@ restrictions highly readable.
::
pragma solidity ^0.4.11;
pragma solidity ^0.4.22;
contract AccessRestriction {
// These will be assigned at the construction
@@ -282,7 +282,7 @@ function finishes.
::
pragma solidity ^0.4.11;
pragma solidity ^0.4.22;
contract StateMachine {
enum Stages {