Update non-existant pragma 0.4.99 to 0.5.0

Use correct syntax for pragma

Change pragma syntax

One more change to pragma syntax
This commit is contained in:
Chris Ward
2019-01-07 14:20:10 +01:00
parent aca9e58145
commit cefc6c433e
8 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ become the new richest.
::
pragma solidity >0.4.99 <0.6.0;
pragma solidity ^0.5.0;
contract WithdrawalContract {
address public richest;
@@ -65,7 +65,7 @@ This is as opposed to the more intuitive sending pattern:
::
pragma solidity >0.4.99 <0.6.0;
pragma solidity ^0.5.0;
contract SendContract {
address payable public richest;