Require 0.5.0 in contract tests

This commit is contained in:
Alex Beregszaszi
2018-09-25 19:03:24 +01:00
parent e9b2c650ce
commit d05fdb51b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ static char const* walletCode = R"DELIMITER(
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
// interior is executed.
pragma solidity ^0.4.0;
pragma solidity >=0.4.0 <0.6.0;
contract multiowned {