Update pragmas.

This commit is contained in:
chriseth
2019-03-05 18:10:09 +01:00
parent 77c3352744
commit 8d401ba936
32 changed files with 111 additions and 111 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ activate themselves.
::
pragma solidity >=0.4.22 <0.6.0;
pragma solidity >=0.4.22 <0.7.0;
contract SimpleAuction {
// Parameters of the auction. Times are either
@@ -194,7 +194,7 @@ high or low invalid bids.
::
pragma solidity >0.4.23 <0.6.0;
pragma solidity >0.4.23 <0.7.0;
contract BlindAuction {
struct Bid {